Fixed documentation on mixed lists. Closes #533.
This commit is contained in:
parent
3982aaaed6
commit
5fe9542ca8
1 changed files with 2 additions and 2 deletions
4
README
4
README
|
@ -1157,8 +1157,8 @@ roman numerals:
|
|||
ii. subtwo
|
||||
iii. subthree
|
||||
|
||||
Note that Pandoc pays attention only to the *starting* marker in a list.
|
||||
So, the following yields a list numbered sequentially starting from 2:
|
||||
Pandoc will start a new list each time a different type of list
|
||||
marker is used. So, the following will create three lists:
|
||||
|
||||
(2) Two
|
||||
(5) Three
|
||||
|
|
Loading…
Reference in a new issue