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>
+++ Christian Spann [Mar 18 11 16:36 ]:> 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?It's a bug. Try another implementation. You can see from http://babelmark.bobtfish.net/ that many other implementations parse this input correctly. PS. Is babelmark still actively maintained? The versions of pandoc and peg-markdown there are a couple of years old. John