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
Put some text before fenced Code Blocks and break syntax highlight of code block.
OK:
# Arbitrary Piece of code ```c #include <stdio.h> int main(void) { puts("hello world"); return 0; } ```
NG:
# Arbitrary Piece of code text <= break syntax highlight ```c #include <stdio.h> int main(void) { puts("hello world"); return 0; } ```
This case is CommonMark spec's Example 108.
Other blocks can also occur before and after fenced code blocks without an intervening blank line: http://spec.commonmark.org/0.26/#example-108
The text was updated successfully, but these errors were encountered:
Closing as duplicate of #12946
Sorry, something went wrong.
mjbvz
No branches or pull requests
Put some text before fenced Code Blocks and break syntax highlight of code block.
OK:
NG:
This case is CommonMark spec's Example 108.
The text was updated successfully, but these errors were encountered: