Markdown rendering question
PA
petite.abeille at gmail.com
Fri Jul 13 16:06:02 EDT 2007
Hello,
I'm trying to render the following page in markdown:
http://lua-users.org/wiki/RiciLake
This 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RiciLake.txt
Type: application/octet-stream
Size: 4145 bytes
Desc: not available
Url : <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20070713/5307e7e9/attachment.obj>
More information about the Markdown-Discuss
mailing list