Displaying 2 results from an estimated 2 matches for "frykholm".
2007 Jul 13
0
Markdown rendering question
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><...
2008 Mar 22
7
Babelmark
I'm currently attempting to write a spec for parsing Markdown Extra,
and since one goal is to minimize the differences in output between
implementations, I've made a tool allowing me to compare who does what
for any given input. I hope this can also facilitate future
discussions about the syntax.
So here's Babelmark, a testbed for various Markdown implementations
were you