Bug using inline code blocks in nested lists?

Christian Spann Christian.Spann at uni-ulm.de
Fri Mar 18 11:36:02 EDT 2011


Hi,

I am generating a nice document with some inline code blocks and came
around the following error:

1. asdf
- \` asdf `` `asdf` ``

produces:

<ol>
<li>asdf
<ul><li>` asdf <code><code>asdf</code></code> </li></ul></li>
</ol>

instead of:

<ol>
<li>asdf
<ul><li>` asdf <code>`asdf`</code> </li></ul></li>
</ol>

Am I missing something or is this a bug?

Regards,

Chris

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5765 bytes
Desc: S/MIME Cryptographic Signature
Url : <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20110318/74252a06/attachment.bin>


More information about the Markdown-Discuss mailing list