Closed a-was closed 1 year ago
Make sure there's no indentation in your inline markdown.
<zero-md>
<script type="text/markdown">
some docs...
```html
<script type="text/javascript" src="..."></script>
</script>
Actually, I tried this at first, then added indentation. Both works the same (zero-md ends)
I don't think there's a workaround. The browser parser treats the first </script>
closing tag it encounters as the end of script. Alternatively, load your markdown from an external file instead.
Okay, thanks for help
I'm trying to display inline markdown with html code blocks inside for some of my documentation like this: