diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-30 21:19:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-30 21:19:38 +0000 |
commit | d57ba3afd9451f2d57e12ab453816fee5c54d12b (patch) | |
tree | 1db60660340301ebb2a2617f821ab6d6a421acab /Master/texmf-dist/doc/context | |
parent | 346bda46d72c2cccd85d29ee00c862ec307acbb0 (diff) |
markdown (30dec21)
git-svn-id: svn://tug.org/texlive/trunk@61448 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.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/context/third/markdown/examples/example.md | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/markdown/examples/context.tex b/Master/texmf-dist/doc/context/third/markdown/examples/context.tex index a049d9f81c0..85815149d16 100644 --- a/Master/texmf-dist/doc/context/third/markdown/examples/context.tex +++ b/Master/texmf-dist/doc/context/third/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/Master/texmf-dist/doc/context/third/markdown/examples/example.md b/Master/texmf-dist/doc/context/third/markdown/examples/example.md index 2841cd156fd..63a16eecfd9 100644 --- a/Master/texmf-dist/doc/context/third/markdown/examples/example.md +++ b/Master/texmf-dist/doc/context/third/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: |