-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Indented code blocks with special characters cause an error #31
Comments
I should say, there is no problem formatting:
|
Hm, there is always an edge case with markdown 😅. I partially rely on the core library logic for identifying code blocks, but this is probably something on my end (Update: yep, my logic to ignore HTML within code blocks isn't working. Should be a straightforward fix I can release after work!) On the warning, that shouldn't cause any issues, but I'm working on a proper fix in an open PR (#30) |
Indeed 😂 FWIW, this is fine with vanilla mdformat. |
This issue should be fixed with changes from #32 in v2.1.1! |
FYI: the warning for multiple definitions of 'href' should now be resolved with v3.0.0! |
Verified with 3.0... it is looking awesome! Thanks for the great project! |
With
mdformat-mkdocs
, having indented code with special characters results in a rendering problem:The example:
I'm on Python 3.11, with:
I also get a warning:
I'm guessing this isn't related, but wish I knew how to remove the warning.
The text was updated successfully, but these errors were encountered: