-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Bug: More issues with plain-text and nesting #138
Labels
type: bug
Functionality that does not work as intended/expected
Comments
Looks like a need of Line 899 in a220e91
Hopefully this can guide you |
Yes I just found that out also! :D |
lehni
added a commit
that referenced
this issue
Oct 5, 2020
Shinigami92
pushed a commit
that referenced
this issue
Oct 5, 2020
@lehni Are you directly affected by this bug? |
@Shinigami92 I am, but it's easy enough to work around. I can wait for more PRs! div
div
| Click here:
a(href="mailto:hi@gmail.com")
| hi@gmail.com
// Workaround for plugin-pug bug: https://github.com/prettier/plugin-pug/issues/138
| to get in touch with us |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I thought I tackled this in #135, but there is more to it. When there is more nesting, then things end up on the wrong level:
Input
Expected Output
Actual Output
The last line is on the wrong level, it should be indented one level further
The text was updated successfully, but these errors were encountered: