recommonmark/tests
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
..
sphinx_code_block Add tests for checking that pygments will still highlight the code. This requires a newer version sphinx as well. 2016-06-10 21:08:31 -05:00
sphinx_custom_md Add tests for checking custom file extensions 2016-06-12 03:12:15 -05:00
sphinx_generic Port in pending_xref node changes to references 2017-03-02 20:04:30 -08:00
sphinx_indented_code Add tests for checking that pygments will still highlight the code. This requires a newer version sphinx as well. 2016-06-10 21:08:31 -05:00
sphinx_nested_header_block Add test for header nested in a block 2016-10-27 01:17:06 -05:00
sphinx_xref Add support for external links 2016-06-14 01:16:46 -05:00
__init__.py Add initial stab at testing & Travis/Tox integration 2015-10-19 11:41:10 -07:00
test_basic.py Add visit_html_block 2018-10-08 20:17:02 +01:00
test_sphinx.py Port in pending_xref node changes to references 2017-03-02 20:04:30 -08:00