Displaying 1 result from an estimated 1 matches for "elephantmark".
2011 Apr 11
2
CodeDown = Markdown as the universal language for program documentation
...phpToMarkdown
markdownToHtml
PHP source code ------------------------------> Markdown
--------------------------> HTML
For the markdownToHtml function, I used Michel Fortin's PHP Markdown, so my
actual converter is a pretty small script. I called it ElephantMark (see
http://www-bucephalus-org.blogspot.com/2011/01/elephantmark.html) and the
according script is its own documentation.
This approach can be used for any mainstream programming language. My
current favorite is Haskell, and I wrote a HaskellDown module, that does
similar things for Haskell. The...