diff options
author | Waylan Limberg <waylan@gmail.com> | 2010-10-29 22:00:28 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2010-10-29 22:00:28 -0400 |
commit | ca6a0e7d735746ca947f99f590b19ad1121b9800 (patch) | |
tree | 56310bffb35b695f121b7146b1fc8d577614fbee /.gitignore | |
parent | d4294e1250fac05645ffabb998245c5870a4af8c (diff) | |
download | markdown-ca6a0e7d735746ca947f99f590b19ad1121b9800.tar.gz markdown-ca6a0e7d735746ca947f99f590b19ad1121b9800.tar.bz2 markdown-ca6a0e7d735746ca947f99f590b19ad1121b9800.zip |
Improved previous commit. isBlockLevel is now more foolproof and will no longer crash on other non-string ElemetTree tags (like processing instructions).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ build/* dist/* tmp/* MANIFEST +.venv |