A couple more notorious bugs:
(1.)
The following line is !include
-ed from Sandbox3. The included HTML code fails to render:
[xyz]
(2.)
Enclosing code for an Instiki-link with Instiki-code for square brackets, as in
\[[test](Sandbox3)\]
makes the hyperlink fail to render:
One can work around this by instead HTML-coding the square brackets, as in
[[test](Sandbox3)]
which renders properly on the page itself
[test]
but in turn fails to render properly when !include
-ed anywhere, due to the previous bug.
Last revised on October 11, 2024 at 06:09:56. See the history of this page for a list of all contributions to it.