summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-18 21:05:58 +0000
committerKarl Berry <karl@freefriends.org>2024-02-18 21:05:58 +0000
commit45d62c355885e905db2a729761eb384ec447e931 (patch)
treea80c1c9bd45c98a38855f2ac39f1ac5233862747 /Master/texmf-dist/doc/context
parentc503d4c5c13af6a3749ec30bfee14cffda84240c (diff)
markdown (18feb24)
git-svn-id: svn://tug.org/texlive/trunk@69962 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r--Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex6
-rw-r--r--Master/texmf-dist/doc/context/third/markdown/examples/example.md16
2 files changed, 8 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
index 4c05059f3a6..8b000e43ed2 100644
--- a/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
+++ b/Master/texmf-dist/doc/context/third/markdown/examples/context-mkiv.tex
@@ -58,8 +58,10 @@ kpse.set_program_name("luatex")
\starttext
% Typeset the document `example.md` by letting the Markdown package handle
-% the conversion internally.
-\inputmarkdown{./example.md}
+% the conversion internally. Optionally, we can specify additional options
+% between the square brackets similarly to the command `\setupmarkdown`.
+% Unlike `\setupmarkdown`, the options will only apply for this document.
+\inputmarkdown[smart_ellipses = yes]{./example.md}
% Typeset the document `example.tex` that we prepared separately using the
% Lua command-line interface and that contains a plain TeX representation
diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/example.md b/Master/texmf-dist/doc/context/third/markdown/examples/example.md
index 8819ef5b672..5e5457088ed 100644
--- a/Master/texmf-dist/doc/context/third/markdown/examples/example.md
+++ b/Master/texmf-dist/doc/context/third/markdown/examples/example.md
@@ -41,9 +41,7 @@ This is a table:
This is a bullet list:
-* The first item of a bullet list
-
- that spans several paragraphs,
+* The first item of a bullet list,
* the second item of a bullet list,
@@ -57,9 +55,7 @@ This is a compact bullet list:
This is an ordered list:
-5. The first item of an ordered list
-
- that spans several paragraphs,
+5. The first item of an ordered list,
6. the second item of an ordered list,
@@ -67,9 +63,7 @@ This is an ordered list:
This is a fancy ordered list:
-e) The first item of an ordered list
-
- that spans several paragraphs,
+e) The first item of an ordered list,
f) the second item of an ordered list,
@@ -77,9 +71,7 @@ g) the third item of an ordered list.
This is an ordered list using hash enumerators:
-#. The first item of an ordered list
-
- that spans several paragraphs,
+#. The first item of an ordered list,
#. the second item of an ordered list,