summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/markdown
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-02 21:15:03 +0000
committerKarl Berry <karl@freefriends.org>2023-02-02 21:15:03 +0000
commitdcd4b33437ee2d76762844fd5b757285a0495900 (patch)
tree1f7ede581dffb07f22b683e1cdb16e62b1b871d1 /Master/texmf-dist/doc/latex/markdown
parentbfbe2870d22742db03085257b26f5d5ea9d23e5f (diff)
markdown (2feb23)
git-svn-id: svn://tug.org/texlive/trunk@65715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/markdown')
-rw-r--r--Master/texmf-dist/doc/latex/markdown/examples/example.md6
-rw-r--r--Master/texmf-dist/doc/latex/markdown/examples/latex.tex1
2 files changed, 7 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 f697bcff579..16d32368d92 100644
--- a/Master/texmf-dist/doc/latex/markdown/examples/example.md
+++ b/Master/texmf-dist/doc/latex/markdown/examples/example.md
@@ -171,3 +171,9 @@ This is raw `\TeX`{=tex} code:
``` {=tex}
$$ x^n + y^n = z^n $$
```
+
+| this is a line block that
+| spans multiple
+| even
+ discontinuous
+| lines
diff --git a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex
index c14bc4bd474..a37b9049e2c 100644
--- a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex
+++ b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex
@@ -24,6 +24,7 @@
hashEnumerators,
inlineNotes,
jekyllData,
+ lineBlocks,
notes,
pipeTables,
rawAttribute,