Skip to content

Flush nestedListBlock in the type-change branch#128

Open
dwbacher wants to merge 1 commit intojpuri:masterfrom
dwbacher:fix/dwbacher/orderedUnorderedLists
Open

Flush nestedListBlock in the type-change branch#128
dwbacher wants to merge 1 commit intojpuri:masterfrom
dwbacher:fix/dwbacher/orderedUnorderedLists

Conversation

@dwbacher
Copy link

This fix is to resolve a bug when an ordered list and unordered list are placed next to each other.

For example, something like this:

  • Bullet 1
    • Bullet 2
  1. Item 1
  2. Item 2

... gets output like this:

  • Bullet1
    1. Item 1
    • Bullet 2
    1. Item 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant