Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start ordered lists using the initial numbers from markdown lists #1144

Merged
merged 4 commits into from Mar 21, 2018

Commits on Mar 15, 2018

  1. Start ordered lists using the initial numbers from markdown lists

    Adds tests for list creation and continuation when starting with a
    number other than 1.
    
    Emits 'start' attribute only when necessary; simple cases behave as
    always.
    paulroub committed Mar 15, 2018
    Copy the full SHA
    6b4f2ff View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Added integration tests for explicitly-initialized ordered lists.

    Fixed a bug in the initial implementation of ordered-list
    initialization.
    
    Add a simpler unit test around starting-from-zero.
    paulroub committed Mar 20, 2018
    Copy the full SHA
    697af11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    de18d8a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Remove redundant cast

    paulroub committed Mar 21, 2018
    Copy the full SHA
    f69a82f View commit details
    Browse the repository at this point in the history