[[!tag patch]] When a page containing tags and using the [[syntax_(3rd_party)_plugin|plugins/contrib/syntax]] (though pages using other preprocessors may also be affected) is rendered as an inline page, some extra `

` elements are added. Example output:

Tags:

XML

Expected output:

Tags: XML

A fix is to change inlinepage.tmpl to remove new lines around tag links, as follows: --- templates/inlinepage.tmpl (revision 4626) +++ templates/inlinepage.tmpl (working copy) @@ -24,9 +24,7 @@ Tags: - - - + > I'm sure this is only working around a symptom, the problem must be that > markdown gets confused by the html generated by the syntax plugin. > Have you tried markdown 1.0.2? This version has a more robust html > parser. > > I don't have the prerequisites for the syntax plugin installed here > to debug it myself. --[[Joey]]