-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Description
The example given:
<btf-markdown>
#Markdown directive
*It works!*
</btf-markdown>
renders as HTML:
<pre><code>#Markdown directive
*It works!*
</code></pre>
But, I believe the intention is that it should render as:
<h1 id="markdowndirectiveitworks">Markdown directive<em>It works!</em></h1>
The reason that it renders as <pre><code>...</pre></code> is because the lines inside the HTML element are prefixed with four spaces.
The example should read:
<btf-markdown>#Markdown directive *It works!*</btf-markdown>
Metadata
Metadata
Assignees
Labels
No labels