Skip to content

Nested ordered lists don't convert correctly #3

@hamx0r

Description

@hamx0r

This markdown:

1. First parent item
  1. first parent's child
  2. first parent's other child
2. Second parent item

...should render as:

# First parent item
## first parent's child
## first parent's other child
# Second parent item

...but instead renders as:

# First parent item
# # first parent's child
# # first parent's other child
# Second parent item

The extra space between the two #'s causes Confluence to not render as a nested list properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions