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
There is a bug in code that cause creating span tag twice. Example: ::spanned:: => <span><span>spanned</span></span>
::spanned::
<span><span>spanned</span></span>
I have fix, but I can't push to yours project. Could you give me an access?
The text was updated successfully, but these errors were encountered:
I have same behaviour , and input like http: is converted into http::.
http:
http::
I describe my scenario here:
arve0/markdown-it-attrs#38 (comment)
@mmilczewski - can you share fix please?
Sorry, something went wrong.
For reference, I added one possible solution here:
markdown-it/markdown-it#508 (comment)
No branches or pull requests
There is a bug in code that cause creating span tag twice.
Example:
::spanned::
=><span><span>spanned</span></span>
I have fix, but I can't push to yours project.
Could you give me an access?
The text was updated successfully, but these errors were encountered: