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
If an attribute specification occurs inside a ` delimeted inline chunk at the end of a line markdown-it-attrs will pick it up.
`
markdown-it-attrs
I.e. if I do something like this something{.example}
something{.example}
The result would be something like...
<p class="example"> "I.e. if I do something like this " <code>something</code> </p>
I believe this is a bug :). It is possibly related to issue #13.
The text was updated successfully, but these errors were encountered:
Thanks for reporting, that is definitely a bug.
Sorry, something went wrong.
avoid "end of block" applying to code_inline
a64c18d
fixes issue #50
Fixed in v1.2.1.
v1.2.1
No branches or pull requests
If an attribute specification occurs inside a
`
delimeted inline chunk at the end of a linemarkdown-it-attrs
will pick it up.I.e. if I do something like this
something{.example}
The result would be something like...
I believe this is a bug :). It is possibly related to issue #13.
The text was updated successfully, but these errors were encountered: