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

List item indentation #12

Merged
merged 3 commits into from
Apr 7, 2017
Merged

Commits on Apr 6, 2017

  1. Rename variable

    Don't capitalize variable name.
    potomak committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    81a7baf View commit details
    Browse the repository at this point in the history
  2. Start at the beginning of the line

    `groups["num"]` goes from 1 to 6, so each TOC item started at least
    two spaces from the beginning of a new line. Fix it by prepending
    each TOC item with `n-1` *two spaces*.
    potomak committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    77a18ae View commit details
    Browse the repository at this point in the history
  3. Indent dependening on the minimum header

    This update should address
    ekalinin#8.
    potomak committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    bb4eb1f View commit details
    Browse the repository at this point in the history