summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/examples/example.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-08-27 03:00:50 +0000
committerNorbert Preining <norbert@preining.info>2022-08-27 03:00:50 +0000
commit76bc77ea6eb72458ea19ab7e4803af66865533c7 (patch)
tree7fe3f397fa2a975830c7b1379778b7aa484151d9 /macros/generic/markdown/examples/example.md
parent5e668640feb9f07a14456b8e7e413db0b1ec9561 (diff)
CTAN sync 202208270300
Diffstat (limited to 'macros/generic/markdown/examples/example.md')
-rw-r--r--macros/generic/markdown/examples/example.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/macros/generic/markdown/examples/example.md b/macros/generic/markdown/examples/example.md
index 63a16eecfd..24ca2c6362 100644
--- a/macros/generic/markdown/examples/example.md
+++ b/macros/generic/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.