summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
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,