[MKDoc-modules] [BUG] MKDoc::Text::Structured trailing ':' on paragraphs

Bruno Postle bruno at mkdoc.com
Sun Feb 15 21:16:56 GMT 2004


Paragraphs with trailing ':' characters get treated as a paragraph
+ empty definition list:

---

This is some text that should be in a paragraph
though for some reason it messes-up:

---

<p>This is some text that should be in a paragraph</p>
<dl>
<dt>though for some reason it messes-up</dt>
<dd></dd>
</dl>

---

It should either treat the last line as part of the paragraph or
make the previous lines part of the <dt>.

-- 
Bruno


More information about the MKDoc-modules mailing list