]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn
Avoid using cp -a (again). (HenrikBrixAndersen)
[ikiwiki.git] / doc / bugs / Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn
index f60a8e682aac34390873aa3085a876ee9771e952..e3b1d858dff019cea76b5f6485904281bdb751dc 100644 (file)
@@ -1,4 +1,4 @@
-[[tag patch]]
+[[!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 `<p>` elements are added.
 
@@ -33,3 +33,11 @@ A fix is to change inlinepage.tmpl to remove new lines around tag links, as foll
     +<TMPL_LOOP NAME="TAGS"> <TMPL_VAR NAME=LINK></TMPL_LOOP>
      </span>
      </TMPL_IF>
+
+> 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]]