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
/
table.html
22 lines
(21 loc)
•
390 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<
table
> <
thead
> <
tr
> <
th
>head
1
</
th
> <
th
>head
2
</
th
> <
th
>head
3
</
th
> </
tr
> </
thead
> <
tbody
> <
tr
> <
td
>foo</
td
> <
td
><
em
>bar</
em
></
td
> <
td
>baz</
td
> </
tr
> <
tr
> <
td
><
del
>
a
</
del
></
td
> <
td
><
strong
>
b
</
strong
></
td
> <
td
><
code
>cccc</
code
></
td
> </
tr
> </
tbody
> </
table
>