We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
context Blank lines are often part of code.
expectation Blank lines should be retained in code.
bug But instead ___ happens Blank lines are stipped from code.
console See the last example in the docs
problem This is a problem for people doing ___ because ___ some code requires blank lines for code.
See the last example in the docs
The fix is to strip ">>>" as well as ">>> " (note the trailing space).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
context
Blank lines are often part of code.
expectation
Blank lines should be retained in code.
bug
But instead ___ happens
Blank lines are stipped from code.
console
See the last example in the docs
problem
This is a problem for people doing ___ because ___ some code requires blank lines for code.
Reproduce the bug
See the last example in the docs
List your environment
The fix is to strip ">>>" as well as ">>> " (note the trailing space).
The text was updated successfully, but these errors were encountered: