Fossil SCM
Wiki HTML rendering problems: definition lists, wiki links when using HTML
416dc648acd7b51…
· opened 13 years, 2 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- —
- Subsystem
- —
- Created
- Jan. 20, 2013 6:23 p.m.
This tag closing issue for definition lists still persists http://lists.fossil-scm.org:8080/pipermail/fossil-users/2012-January/007943.html Actually this is also present in Fossil version [a89560616f], used at www.fossil-scm.org, as seen in the URL suggested in the message above, http://www.fossil-scm.org/index.html/doc/trunk/www/branching.wiki
For my work, I ended up activating "use HTML as wiki markup language", converted all but links to pure HTML, but then met another problem: the first 'wiki link' in a .wiki file (only the first such link) was then rendered preceded by a spurious
element. (this only tested viewing locally in ckout, with version 1.22 [ab461f39af]). Thus, now also avoiding also 'wiki links', only using HTML...
Comments (1)
This tag closing issue for definition lists still persists http://lists.fossil-scm.org:8080/pipermail/fossil-users/2012-January/007943.html Actually this is also present in Fossil version [a89560616f], used at www.fossil-scm.org, as seen in the URL suggested in the message above, http://www.fossil-scm.org/index.html/doc/trunk/www/branching.wiki
For my work, I ended up activating "use HTML as wiki markup language", converted all but links to pure HTML, but then met another problem: the first 'wiki link' in a .wiki file (only the first such link) was then rendered preceded by a spurious
element. (this only tested viewing locally in ckout, with version 1.22 [ab461f39af]). Thus, now also avoiding also 'wiki links', only using HTML...