UNPKG
devextreme-showdown
Version:
latest (1.0.1)
1.0.1
1.0.0
A Markdown to HTML converter written in Javascript
showdownjs.com
DevExpress/showdown
devextreme-showdown
/
test
/
karlcow
/
list-blockquote.html
7 lines
(6 loc)
•
130 B
HTML
View Raw
1
2
3
4
5
6
7
<
ul
> <
li
><
p
>
a
list containing
a
blockquote
</
p
> <
blockquote
> <
p
>this the
blockquote
in the list</
p
> </
blockquote
></
li
> </
ul
>