summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/markdown/examples/example.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/markdown/examples/example.md')
-rw-r--r--Master/texmf-dist/doc/latex/markdown/examples/example.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/markdown/examples/example.md b/Master/texmf-dist/doc/latex/markdown/examples/example.md
index 73f5ab9c26a..8aeb423a204 100644
--- a/Master/texmf-dist/doc/latex/markdown/examples/example.md
+++ b/Master/texmf-dist/doc/latex/markdown/examples/example.md
@@ -28,6 +28,16 @@ This is a fenced code block:
\end{document}
```
+This is a table:
+
+| Right | Left | Default | Center |
+|------:|:-----|---------|:------:|
+| 12 | 12 | 12 | 12 |
+| 123 | 123 | 123 | 123 |
+| 1 | 1 | 1 | 1 |
+
+ : Demonstration of pipe table syntax.
+
This is a bullet list:
* The first item of a bullet list