Hello, I'm trying to render the following page in markdown:
http://lua-users.org/wiki/RiciLakeThis page was converted into markdown using Aaron Swartz's html2text [1]. And then rendered to HTML using Niklas Frykholm's markdown.lua [2].
Everything works quite nicely... except that under 'Lua Enhancements'... the very first header is not rendered as a header, but as plain text:
### Lua Enhancements
**Lua 5.1:** <<<< renders as <pre><code>**Lua 5.1:**</code></pre>
* [UserDataRefinement][29]
* [YieldableForLoops][30] A simplified reimplementation of the
forpatch (below) for 5.1work6
* [GeneralizedPairsAndIpairs][31] (Could be modified to work in 5.0.2
with the compatibility library)
**Lua 5.0:** <<<< renders as <p><strong>Lua 5.0:</strong></p>
John Gruber's Markdown dingus [3] exhibits the same behavior.
Is that to be expected?
See attachment for the full markup.
Kind regards,
PA.
[1] http://www.aaronsw.com/2002/html2text/
[2] http://www.frykholm.se/files/markdown.lua
[3] http://daringfireball.net/projects/markdown/dingus
RiciLake.txt
Description: Binary data
_______________________________________________ Markdown-Discuss mailing list [email protected] http://six.pairlist.net/mailman/listinfo/markdown-discuss
