summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-31 03:01:26 +0000
committerNorbert Preining <norbert@preining.info>2021-12-31 03:01:26 +0000
commit2c09a813df08895666d3755db66718dcd501aee5 (patch)
tree3f9f2875b83a8d20c00f14f893f956f9a915f122 /macros/generic/markdown/examples
parent9c6b719a925395c95a580982fec885256757d972 (diff)
CTAN sync 202112310301
Diffstat (limited to 'macros/generic/markdown/examples')
-rw-r--r--macros/generic/markdown/examples/context.tex5
-rw-r--r--macros/generic/markdown/examples/example.md6
2 files changed, 11 insertions, 0 deletions
diff --git a/macros/generic/markdown/examples/context.tex b/macros/generic/markdown/examples/context.tex
index a049d9f81c..85815149d1 100644
--- a/macros/generic/markdown/examples/context.tex
+++ b/macros/generic/markdown/examples/context.tex
@@ -28,5 +28,10 @@
\startmarkdown
Here are some non-ASCII characters: *ěščřžýáíé*
and ConTeXt special characters: *|*.
+
+Here is a hard line break that we inserted directly from the TeX source
+by typing two spaces at the end of a line.
+This is stretching TeX's abilities and is only supported in ConTeXt MkIV
+and later.
\stopmarkdown
\stoptext
diff --git a/macros/generic/markdown/examples/example.md b/macros/generic/markdown/examples/example.md
index 2841cd156f..63a16eecfd 100644
--- a/macros/generic/markdown/examples/example.md
+++ b/macros/generic/markdown/examples/example.md
@@ -44,7 +44,9 @@ This is a bullet list:
* The first item of a bullet list
that spans several paragraphs,
+
* the second item of a bullet list,
+
* the third item of a bullet list.
This is a compact bullet list:
@@ -58,7 +60,9 @@ This is an ordered list:
5. The first item of an ordered list
that spans several paragraphs,
+
6. the second item of an ordered list,
+
7. the third item of an ordered list.
This is an ordered list using hash enumerators:
@@ -66,7 +70,9 @@ This is an ordered list using hash enumerators:
#. The first item of an ordered list
that spans several paragraphs,
+
#. the second item of an ordered list,
+
#. the third item of an ordered list.
This is a compact ordered list: