Overview
Artifact ID: | 59888ee1a280d46929e1ec935770adb69c9edee0 |
---|---|
Ticket: | b0f1e3fed2b3b5651197ab8fb939fe538ee20552
HTML wiki mode should NOT interpret [] syntax |
User & Date: | anonymous 2010-07-25 18:38:54 |
Changes
- comment changed to:
I'm using fossil to store and serve documentation that I create from LaTeX or other HTML generators and running into a few logic bugs. In this case, if I set the wiki system to be HTML only, then that means verbatim and nowiki tags don't work. However, if the .wiki files or wiki pages have link syntax accidentally from say code snippets, like <verbatim>[1,2,3,4]</verbatim> then it tries to interpret that as wiki links. However, since I am in HTML mode and the <verbatim> tag's disabled, I can't prevent this. Now I'm stuck.
- foundin changed to: "b9a744e1c4d842a289a9cb350085ca4935633e83"
- private_contact changed to: "4b6281b0da561d3b4396c6498527621c42b4ad58"
- severity changed to: "Severe"
- status changed to: "Open"
- title changed to: "HTML wiki mode should NOT interpret [] syntax"
- type changed to: "Code_Defect"