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.text
7 lines
(3 loc)
•
167 B
Plain Text
View Raw
1
2
3
4
5
6
7
`
<
test
a
=
"` content of attribute `"
>
` Fix for backticks within HTML tag:
<
span
attr
=
'`ticks`'
>
like this
</
span
>
Here's how you put `` `backticks` `` in a code span.