Markdown rendering question (PA)

Soryu soryu2 at gmail.com
Sat Jul 14 18:33:10 EDT 2007



On 14.07.2007, at 22:07, PA wrote:


>

> On Jul 14, 2007, at 18:26, Bruce Phillips wrote:

>

>> 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.

>

> Thanks for the clarification... but then... why isn't the next

> section rendered as a code block as well?


Because it belongs to the list item. See the dingus, Lists →
Unordered, with paragraphs.
If you indent it further it will render as `<pre><code>…` as part of
the list item.

Soryu.


More information about the Markdown-Discuss mailing list