master
joey 2007-10-24 20:34:21 +00:00
parent c3a835fd58
commit 2c8c166cec
1 changed files with 8 additions and 0 deletions

View File

@ -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]]