summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-11-18 21:43:28 (GMT)
commitfee4053bd3dd075a2dd2cba4da8166ec5307eadd (patch)
tree94365b932426de715b3a479094b7056e0c4f878b /doc/markdown.doc
parentceb4115c7b941039411e1793e01239610ff112a2 (diff)
downloadDoxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.zip
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.gz
Doxygen-fee4053bd3dd075a2dd2cba4da8166ec5307eadd.tar.bz2
Release-1.8.2-20121118
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index d0243dd..3799fbc 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -556,15 +556,16 @@ Example:
2. Item2 of list 2
With Markdown the actual numbers you use to mark the list have no
-effect on the HTML output Markdown produces. I.e. it treats the
-following as a list with 3 numbered items:
+effect on the HTML output Markdown produces. I.e. standard Markdown treats the
+following as one list with 3 numbered items:
1. Item1
1. Item2
1. Item3
Doxygen however requires that the numbers used as marks are in
-strictly ascending order; an item with a equal or lower number than
+strictly ascending order, so the above example would produce 3 lists
+with one item. An item with a equal or lower number than
the preceding item, will start a new list. For example:
1. Item1 of list 1