Details
-
Bug
-
Resolution: Solved By
-
Major
-
None
-
1.3.6
-
None
-
Unknown
-
Description
When a footnote contains formatting (or probably any other kind of syntax), the parsed footnote starts only after the formatting.
Failing test case with the expected behavior:
.#----------------------------------------------------- .input|dokuwiki/1.0 .#----------------------------------------------------- A((Footnote with **bold** formatting)) Test .#----------------------------------------------------- .expect|event/1.0 .#----------------------------------------------------- beginDocument beginParagraph onWord [A] onMacroInline [foootnote] [] [Footnote with **bold** formatting] onSpace onWord [Test] endParagraph endDocument
Actual result:
beginDocument beginParagraph onWord [A] onWord [Footnote] onSpace onWord [with] onSpace beginFormat [BOLD] onWord [bold] endFormat [BOLD] onMacroInline [foootnote] [] [ formatting] onSpace onWord [Test] endParagraph endDocument
Attachments
Issue Links
- is related to
-
DOKUWIKI-40 Syntax inside table cells is not recognized
- Closed