What is and isn't supported for MDITA tables #184
Unanswered
darrenn-jackson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My DITA-OT version: 4.0.2
My lwdita plugin version: 5.1.0
I've been testing MDITA table support recently and found some mismatches between:
I hope to get some clarification here so that we can file the appropriate issues/PRs against the draft spec, DITA-OT docs, and lwdita plugin code and fix what we can.
Column and row spans in MDITA tables
The [DITA-OT docs] (https://www.dita-ot.org/dev/reference/markdown/MDITA-syntax.html#tables) say MDITA tables are based on MultiMarkdown tables, but the LwDITA draft spec says MDITA tables don't support spans (https://dita-lang.org/lwdita/components/lw-stentry.html). MultiMarkdown tables do support column spans , but the example MultiMarkdown table in that documentation does not render correctly at all using the built-in
html5
transtype:However, the MultiMarkdown way of spanning multiple columns does work in MDITA:
MDITA Table titles
The draft spec has an example MDITA table with a title. This example doesn't use MultiMarkdown syntax for a table title. But then at the bottom of the same page it says "MDITA does not have a formal way to associate a title with a table". The MultiMarkdown syntax for setting a table title does work fine though with my DITA-OT and lwdita plugin.
Questions for @jelovirt and @infotexture
Beta Was this translation helpful? Give feedback.
All reactions