UNPKG
markit
Version:
latest (0.2.0)
0.2.0
0.1.0
A markdown parser with renderer feature.
github.com/lepture/markit
lepture/markit
markit
/
test
/
original
/
code_spans.html
7 lines
(3 loc)
•
223 B
HTML
View Raw
1
2
3
4
5
6
7
<
p
>
<
code
>
<
test a="
</
code
>
content of attribute
<
code
>
"
>
</
code
>
</
p
>
<
p
>
Fix for backticks within HTML tag:
<
span
attr
=
'`ticks`'
>
like this
</
span
>
</
p
>
<
p
>
Here's how you put
<
code
>
`backticks`
</
code
>
in a code span.
</
p
>