From 09bced275b43579d54d22b41a416382b2a0cdb80 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 26 Aug 2022 19:56:57 +0000 Subject: markdown (26aug22) git-svn-id: svn://tug.org/texlive/trunk@64200 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/markdown/examples/example.md | 20 +++++++++++++++++++- .../texmf-dist/doc/latex/markdown/examples/latex.tex | 4 ++++ 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/markdown/examples/example.md b/Master/texmf-dist/doc/latex/markdown/examples/example.md index 63a16eecfd9..24ca2c6362e 100644 --- a/Master/texmf-dist/doc/latex/markdown/examples/example.md +++ b/Master/texmf-dist/doc/latex/markdown/examples/example.md @@ -65,6 +65,16 @@ This is an ordered list: 7. the third item of an ordered list. +This is a fancy ordered list: + +e) The first item of an ordered list + + that spans several paragraphs, + +f) the second item of an ordered list, + +g) the third item of an ordered list. + This is an ordered list using hash enumerators: #. The first item of an ordered list @@ -87,6 +97,12 @@ This is a compact ordered list using hash enumerators: #. the second item of an ordered list, #. the third item of an ordered list. +This is a compact fancy ordered list using hash enumerators: + +#) The first item of an ordered list, +#) the second item of an ordered list, +#) the third item of an ordered list. + This is a task list: * [ ] Some unfinished task @@ -102,7 +118,7 @@ This is a definition list: Term 1 -: Definition 1 +: Definition 1 with some ~~removed text~~ Term 2 @@ -122,6 +138,8 @@ Term 2 : Definition 2 : Definition 3 +This is a ^superscript^ and a ~subscript~. + This is a block quote: > This is the first level of quoting. diff --git a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex index a09706a8ae2..e29f9a418bc 100644 --- a/Master/texmf-dist/doc/latex/markdown/examples/latex.tex +++ b/Master/texmf-dist/doc/latex/markdown/examples/latex.tex @@ -27,6 +27,10 @@ pipeTables, tableCaptions, taskLists, + strikeThrough, + superscripts, + subscripts, + fancyLists, ]{markdown} \begin{markdown*}{hybrid} --- -- cgit v1.2.3