A component that leverages the powerful Showdown library to render markdown formatted text as HTML
The URL of the markdown file to fetch.
How to display the content. Can be:
<a-markdown options='{"property": "value"}'>
...
</a-markdown>
or
<a-markdown optionName> ... </a-markdown>or
<a-markdown optionName = "false"> ... </a-markdown>