Age | Commit message (Collapse) | Author |
|
If the input contains CDATA, we break it out and pass it through
verbatim, without sending it through HTMLParser, which breaks on
CDATA.
Improves on #161.
|
|
|
|
This disables all normalization. Note that the spec tests don't
currently pass w/o normalization!
|
|
|
|
Better handling of br. Distinguish between a case where
there's space on the next line and one where there isn't.
Added --test-normalization flag to test normalization feature.
|
|
Closes #161.
|
|
This tests the dynamic library when run without a second argument.
The code makes use of an amended version of the normalization
method from karlcow/markdown-testsuite.
Closes #161.
|