aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn b/doc/bugs/Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn
index f60a8e682..c59a6ba40 100644
--- a/doc/bugs/Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn
+++ b/doc/bugs/Spurious___60__p__62___elements_added_to_tags_in_inliine_pages.mdwn
@@ -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]]