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
/
makeMd
/
other-html.md
10 lines
(5 loc)
•
153 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
<
div
>
this is a div
</
div
>
<
label
for
=
"ipt"
>
a label
</
label
>
<
input
id
=
"ipt"
type
=
"text"
>
<
iframe
>
</
iframe
>
<
textarea
>
some textarea
</
textarea
>