recommonmark/recommonmark
Anntoin Wilkinson be55a6de90 Add visit_html_block
Without this any html_block nodes processed by the parser are dropped.
`visit_html_block` uses the existing logic for `visit_html_inline`.

Added a test case to check html_blocks are parsed as expected.

Fixes: https://github.com/rtfd/recommonmark/issues/121
2018-10-08 20:17:02 +01:00
..
__init__.py Merge pull request #115 from tswast/patch-1 2018-09-07 17:24:28 +02:00
parser.py Add visit_html_block 2018-10-08 20:17:02 +01:00
scripts.py Update to support CommonMark >= 0.7.3 and clean up code 2017-03-02 20:04:30 -08:00
states.py Update to support CommonMark >= 0.7.3 and clean up code 2017-03-02 20:04:30 -08:00
transform.py Fix linking, add tests, fix auto toc, deprecate and remove auto ref 2017-03-03 01:20:23 -08:00