From http://daringfireball.net/projects/markdown/syntax#html:
> Note that Markdown formatting syntax is not processed within block-level > HTML tags. E.g., you can’t use Markdown-style *emphasis* inside an > HTML block. [...] Unlike block-level HTML tags, Markdown syntax is > processed within span-level tags. How do people work around this when they want to apply Markdown to text in table elements, or to text in divs? For example, in a basic page with a grid layout, one would want to use markdown in the navigation <div> as well, say for a list of links. Seems like a pretty serious limitation. Thanks, Dan _______________________________________________ Markdown-Discuss mailing list [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
