Markdown for JavaScript
August 09, 2009
The other day I was working on the docs section of nitrojs.org. Originally, I came up with a custom solution that eventually proved impractical. Taking a hint from narwhaljs.org, I decided to write docs in the Markdown format, so I could reuse them on Github as well.
John Fraser's Showdown was a great fit for the job, so I quickly packaged it as a Narwhal package. Since this package is generally useful, the Narwhal maintainers added it to the tusk catalog. Alternatively, you can find the source here.
Now, there is no excuse. I really need to write some Nitro docs ;-)