(original) (raw)
This test file demonstrates a bug in Python Markdown 2.6.2
Save this file to `test.md` and then try this: ``` cat test.md | python -m markdown -x markdown.extensions.extra ```
The result is not beautiful. It renders some non-printing characters, probably representing a memory address or something, instead of the actual contents of the code fence above.
Incidentally, _this_ section renders just fine, including the following code block. ``` cat test.md | python -m markdown -x markdown.extensions.extra ```