Skip to content

Add a fix for Markdown parser error (closes #48)

Michelle Weidling requested to merge bugfix/markdown-code-display-#48 into develop

This fix is necessary due to some bug in eXist's Markdown parser which doesn't display nested XML elements.

Apart from that the parser also seems to have problems with XML elements that only include a text node. This fix doesn't solve the second problem, but at least nested elements are displayed. A proper bugfix should be worked for in the parser itself and made public by a PR.

Merge request reports