Details
-
Bug
-
Resolution: Solved By
-
Major
-
None
-
1.3.6
-
None
-
Unknown
-
Description
When there is additional content after the last table cell, the parser doesn't close the table and continues to ignore formatting. Reproduction test case:
.#----------------------------------------------------- .input|dokuwiki/1.0 .#----------------------------------------------------- ^Title^ | content | extra ===== A heading ===== .#----------------------------------------------------- .expect|event/1.0 .#----------------------------------------------------- beginDocument beginTable beginTableRow beginTableHeadCell onWord [Title] endTableHeadCell endTableRow beginTableRow beginTableCell [[align]=[centre]] onWord [content] endTableCell [[align]=[centre]] beginTableCell [[align]=[right]] onWord [extra =====] onSpace onWord [A] onSpace onWord [heading] onSpace onWord [====] endTableCell [[align]=[right]] endTableRow endTable endDocument
Attachments
Issue Links
- is related to
-
DOKUWIKI-40 Syntax inside table cells is not recognized
- Closed