We have been testing some more with markdown, and have found the following issues:
Short document resolves to empty document
If you have a markdown document with only the following content:
- Code: Select all
A.
Then this is rendered as a empty document without any content.
A list of names gets changed initials
I've made the following markdown document:
- Code: Select all
A. Person
J. Doe
P. Parker
The names of J. Doe and P. Parker gets changed.
The names gets converted to a list, and they become B. Doe and C. Parker.
When exporting to pdf instead of docx, they become A. Doe and A. Parker
As far as I know, this is not a valid method of creating a list.