Skip to content

Textile Reader and Writer: Support start value for numbered lists #2465

Open
hftf opened this Issue · 0 comments

1 participant

@hftf

Textile 2.4 (released May 2012) supports start values and numbering continuation for ordered lists. From the documentation:

2) When starting a numbered list you can specify a start attribute to be applied:

#8 Item 8
# Item 9

3) For continuation of a list’s numbering from where your previous ordered list finished, you can let textile know using the continuation character:

#8 Enumerated list, starting by number eight
# List item No. 9

Some text paragraph

#_ Continuing list item, numbered as 10
# Item 11

It might make sense for the latter feature to be supported by the Reader only.

Filing this bug on behalf of a #pandoc IRC user.

@jgm jgm added a commit that referenced this issue
@jgm Textile writer: support start number in ordered lists.
e.g. `#3`.

Partially addresses #2465.
TBD: reader support.
48b68aa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.