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
/
cases
/
nested-blockquote.html
8 lines
(7 loc)
•
169 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
blockquote
> <
p
>This is
a
multi
line
blockquote
test</
p
> <
blockquote
> <
p
>And nesting!</
p
> </
blockquote
> <
p
>With more than one
line
.</
p
> </
blockquote
>