On Feb 13, 2011, at 1:14 AM, Saiwing Yeung wrote:
I have a question about syntax coloring with list in the MultiMarkdown bundle. It would be easier to illustrate with an example...
Here items in list 1 would get colored correctly but not items in list 2. Any suggestions? Thanks!
"list 2" begins a paragraph context, if you run this through Markdown you'll see that the second list is not made a list but is rater flowed in as a paragraph. You have to add a blank line to get it to be a list.