Michael
Michael
Your Markdown format is invalid for the ordered list numbering to continue. To ensure your codeblock (or any content) is considered part of 2. it must be indented using 4...
[Related issue](https://github.com/jelovirt/org.lwdita/pull/208)
You can actually do this already with DITA-OT, but it may not work in all scenarios. You can specify the title as a `[table title name]` line as the last...
Unescaped square brackets in Markdown indicate a reference link, regardless if DITA-OT is involved. https://www.markdownguide.org/basic-syntax/#reference-style-links ``` Click [here] for more info. [here]: https://www.google.com ``` **Output:** Click [here] for more info....