summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-02-03 03:02:05 +0000
committerNorbert Preining <norbert@preining.info>2023-02-03 03:02:05 +0000
commit51763fb353423ea7fb93ae80e06803d0dbcea834 (patch)
tree86281aac726c578bd733501ea2d8a2e09b31fd0a /macros/generic/markdown/examples
parent1cbbd7b2417e7e77710bec38f8245c0d2231dddd (diff)
CTAN sync 202302030302
Diffstat (limited to 'macros/generic/markdown/examples')
-rw-r--r--macros/generic/markdown/examples/context-mkii.tex1
-rw-r--r--macros/generic/markdown/examples/context-mkiv.tex1
-rw-r--r--macros/generic/markdown/examples/example.md6
-rw-r--r--macros/generic/markdown/examples/latex.tex1
4 files changed, 9 insertions, 0 deletions
diff --git a/macros/generic/markdown/examples/context-mkii.tex b/macros/generic/markdown/examples/context-mkii.tex
index b2c48ac00a..f5eed3d8d0 100644
--- a/macros/generic/markdown/examples/context-mkii.tex
+++ b/macros/generic/markdown/examples/context-mkii.tex
@@ -16,6 +16,7 @@
fencedCode = yes,
hashEnumerators = yes,
inlineNotes = yes,
+ lineBlocks = yes,
notes = yes,
pipeTables = yes,
rawAttribute = yes,
diff --git a/macros/generic/markdown/examples/context-mkiv.tex b/macros/generic/markdown/examples/context-mkiv.tex
index b91ab03d99..29c1aa552b 100644
--- a/macros/generic/markdown/examples/context-mkiv.tex
+++ b/macros/generic/markdown/examples/context-mkiv.tex
@@ -16,6 +16,7 @@
fencedCode = yes,
hashEnumerators = yes,
inlineNotes = yes,
+ lineBlocks = yes,
notes = yes,
pipeTables = yes,
rawAttribute = yes,
diff --git a/macros/generic/markdown/examples/example.md b/macros/generic/markdown/examples/example.md
index f697bcff57..16d32368d9 100644
--- a/macros/generic/markdown/examples/example.md
+++ b/macros/generic/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/macros/generic/markdown/examples/latex.tex b/macros/generic/markdown/examples/latex.tex
index c14bc4bd47..a37b9049e2 100644
--- a/macros/generic/markdown/examples/latex.tex
+++ b/macros/generic/markdown/examples/latex.tex
@@ -24,6 +24,7 @@
hashEnumerators,
inlineNotes,
jekyllData,
+ lineBlocks,
notes,
pipeTables,
rawAttribute,