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
15
https://stackblitz.com/edit/github-3xaefk?file=src%2Fmain.ts
The following
![](../../assets/images/logos/cdk.png) ---
is parsed as
## ![](../../assets/images/logos/cdk.png)
Don't add an heading block
An heading block is added and the horizontal rule is removed
Node v16
No response
The text was updated successfully, but these errors were encountered:
Hey @remorses! 👋 Sorry you ran into some confusion.
That is not a bug, CommonMark has two ways to generate headers ATX and SETEXT.
This example is a SETEXT heading
This example is an ATX heading
both are valid and expected.
See https://commonmark.org/help/ and https://spec.commonmark.org/0.30/#setext-headings for more information.
Sorry, something went wrong.
Thank you, commonmark is full of surprises!
No branches or pull requests
Initial checklist
Affected packages and versions
15
Link to runnable example
https://stackblitz.com/edit/github-3xaefk?file=src%2Fmain.ts
Steps to reproduce
The following
is parsed as
Expected behavior
Don't add an heading block
Actual behavior
An heading block is added and the horizontal rule is removed
Runtime
Node v16
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: