Markdown display error in block code

The markdown parser seems to have a problem with XML/HTML in block code. E.g.

<param key="confluence.url">https://wiki.de.dariah.eu/rest/api/content/</param>

in block code yields

https://wiki.de.dariah.eu/rest/api/content/

instead of

<param key="confluence.url">https://wiki.de.dariah.eu/rest/api/content/</param>