Markdown rendering question (PA)
    Bruce Phillips 
    bruce at macscripter.net
       
    Sat Jul 14 12:26:38 EDT 2007
    
    
  
> Date: Fri, 13 Jul 2007 22:06:02 +0200
> From: PA <petite.abeille at gmail.com>
> ...
>      **Lua 5.1:** <<<< renders as <pre><code>**Lua 5.1:**</code></pre>
> ...
> Is that to be expected?
Yes. John Gruber's Markdown [dingus][] and [syntax][] page similarly  
state:
 > To produce a code block in Markdown, simply indent every line of  
the block by at least 4 spaces or 1 tab.
[dingus]:  http://daringfireball.net/projects/markdown/dingus
[syntax]: http://daringfireball.net/projects/markdown/syntax#precode
Bruce Phillips
    
    
More information about the Markdown-Discuss
mailing list