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 are some annotations in code listings that aren't rendering correctly. So far, I've identified these:
They look like this:
For reference, the extra */ to the right of the only annotation that renders has been around for a long time now.
*/
The text was updated successfully, but these errors were encountered:
I found if you change the language shortcode from sass to css, the annotations seem to render as expected.
sass
css
It must be something about how the lexer used for mkdocs handles comments in sass?
Sorry, something went wrong.
The docs for code annotations say that "Code annotations require syntax highlighting with Pygments"
Thankfully the Pygments website has a demo - you can see the results of my experimentation on this link.
Here's how the code annotations look after these changes:
Fixed with #3905.
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
Successfully merging a pull request may close this issue.
There are some annotations in code listings that aren't rendering correctly.
So far, I've identified these:
They look like this:
For reference, the extra
*/
to the right of the only annotation that renders has been around for a long time now.The text was updated successfully, but these errors were encountered: