mirror of https://github.com/zulip/zulip.git
3eaf00444a
This commit adds a Markdown tree-processor extension that renders
multi-line code blocks that are nested inside lists with the
formatting. Note that the code block could be nested inside multiple
list levels and would still get rendered correctly.
Tim: This fixes the need for unpleasant workarounds like
|
||
---|---|---|
.. | ||
test_markdown.md | ||
test_nested_code_blocks.md |