UNPKG
markdown
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.1
0.3.0
0.2.1
0.1.2
0.1.1
0.1.0
A sensible Markdown parser for javascript
evilstreak/markdown-js
markdown
/
test
/
fixtures
/
Markdown-from-MDTest1.1.mdtest
/
Code_Spans.text
5 lines
(3 loc)
•
165 B
Plain Text
View Raw
1
2
3
4
5
`
<
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.