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

Convert lists from two space indentation to four space indentation #211

Merged
merged 1 commit into from
Sep 17, 2021

Conversation

reinink
Copy link
Contributor

@reinink reinink commented Sep 17, 2021

This PR updates this library to use four spaces for list indentation instead of two spaces. The primary motivation for this is to make this markdown compatible with commonmark — which expects four spaces.

# Before

- red
- green
  - turquoise
  - teal
  - forest
- blue

# After

- red
- green
    - turquoise
    - teal
    - forest
- blue

@reinink reinink requested a review from colinodell September 17, 2021 18:21
Copy link
Member

@colinodell colinodell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks so much for the fix :)

@colinodell colinodell merged commit 49385c8 into master Sep 17, 2021
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.

2 participants