summaryrefslogtreecommitdiff
path: root/vendor/erusev/parsedown/test/data/table_inline_markdown.html
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-11-06 06:41:47 -0500
committerFrédéric Guillot <fred@kanboard.net>2014-11-06 06:41:47 -0500
commitc80c15dcc33a70acc2b177691d33f088f8c2541e (patch)
treebc3e44e35b97b751c145cc5797a0faf356922244 /vendor/erusev/parsedown/test/data/table_inline_markdown.html
parentc91ff61cdfa8b5eb76783927e5b8710f2a9f2601 (diff)
Include all vendor files in the repo to be easier for people
Diffstat (limited to 'vendor/erusev/parsedown/test/data/table_inline_markdown.html')
-rw-r--r--vendor/erusev/parsedown/test/data/table_inline_markdown.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/erusev/parsedown/test/data/table_inline_markdown.html b/vendor/erusev/parsedown/test/data/table_inline_markdown.html
new file mode 100644
index 00000000..53d0eb8c
--- /dev/null
+++ b/vendor/erusev/parsedown/test/data/table_inline_markdown.html
@@ -0,0 +1,18 @@
+<table>
+<thead>
+<tr>
+<th><em>header</em> 1</th>
+<th>header 2</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td><em>cell</em> 1.1</td>
+<td><del>cell</del> 1.2</td>
+</tr>
+<tr>
+<td><code>cell</code> 2.1</td>
+<td>cell 2.2</td>
+</tr>
+</tbody>
+</table> \ No newline at end of file