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
5.1.0
According to https://spec.commonmark.org/0.30/#setext-heading-underline a line containing any number of =s makes the line above it a heading 1.
=
HTML:
<p>Foo<br>=<br>Bar</p>
Output:
Foo = Bar
Expected output:
Foo \= Bar
The text was updated successfully, but these errors were encountered:
thephpleague#226: Escape setext heading underlines.
782c7e7
Successfully merging a pull request may close this issue.
Version(s) affected
5.1.0
Description
According to https://spec.commonmark.org/0.30/#setext-heading-underline a line containing any number of
=
s makes the line above it a heading 1.How to reproduce
HTML:
Output:
Expected output:
The text was updated successfully, but these errors were encountered: