search for: bucephalus

Displaying 3 results from an estimated 3 matches for "bucephalus".

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 main converter is just a co...
2011 May 05
3
What does Markdown do with HTML comments? Recommendation on Markdown file extension?
Hi there! (1.) It may sound awkward, but I would like to use comments in Markdown texts. According to the rule that proper HTML works as HTML, I should be able to use <!-- blablabla --> But the converters I use do strange things with comments. Is there an official rule about that? (2.) I wonder if there is a recommended standard file extension for Markdown source files. For my
2011 Jul 14
0
Code blocks in blockquotes
According to John Gruber's syntax page http://daringfireball.net/projects/markdown/syntax#blockquote it is possible to nest a code block in a blockquote. But Markdown.pl 1.0.1 shows some strange behavior in this respect. Let me take the following text example (I use `***BEGIN**` and `***END***` as delimiters for the examples): ***BEGIN*** This is a block of code in a blockquote: >