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

Revert "markdown: fix redundant leading spaces in markdown list" #7847

Merged
merged 3 commits into from Mar 23, 2020

Conversation

thorn0
Copy link
Member

@thorn0 thorn0 commented Mar 23, 2020

Reverts #7178
fixes #7846
reopens #6948

see #7846 (comment)

@kachkaev
Copy link
Member

kachkaev commented Mar 23, 2020

How about adding a test with this markdown content, just in case?

<!-- see https://github.com/prettier/prettier/issues/7846 -->

- a a  
   b b  
    c c  
   d d  
  e e

1.  a a a  
   b b b  
  c c c  
   d d d  
    e e e

@kachkaev
Copy link
Member

Thanks for that! Seems like there are conflicts with master (CI checks cannot kick off)

@thorn0
Copy link
Member Author

thorn0 commented Mar 23, 2020

There is no conflicts, but we might have broken something in #7824

@thorn0 thorn0 merged commit 58ac3b0 into master Mar 23, 2020
@thorn0 thorn0 deleted the revert-7178-fix/#6948 branch March 23, 2020 21:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spaces are removed from markdown lines followed by two spaces on a previous line
4 participants