-
Notifications
You must be signed in to change notification settings - Fork 65
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
First empty line in code fragment silents rules about first empty line in code #78
Comments
vsemozhetbyt
changed the title
First empty line in code fragment silent rules about first empty line in code
First empty line in code fragment silents rules about first empty line in code
Jul 7, 2017
@btmills what do you want to do with this issue? |
|
btmills
added a commit
that referenced
this issue
Feb 27, 2021
`remark-parse@7.0.0` includes remarkjs/remark#423, which fixes handling of leading and trailing newlines in fenced code blocks. Tagging this as `Update` so it'll be semver-minor. Are we comfortable with a parser major version bump in a semver-minor release?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From
.eslintrc.js:
In
.js
file:Message:
2:1 error Unexpected newline before "use strict" directive lines-around-directive
In
.md
file:No error messages.
The text was updated successfully, but these errors were encountered: