|
ticket id 000026 |
status closed |
priority ??? |
assigned to NOBODY |
Reported by: nnrelay@gmail.com Component: |
Subject: preformatted text doesn't work after a bullet list item
Example:
here is a bullet item
This should be preformatted text because it is preceeded by 4 spaces. Same problem if this is indented with a TAB. How does one "end" the bullet list sufficient to recognize preformatted text?
Comment
Waylan April 6, 2009
This is a known limitation of the markdown syntax across all implementations. You can't have a code block immediately following a list. The consensus is that this is the correct behavior of the parser.
See the Fenced_Code_Blocks extension for an alternative.
Resolution
wontfix