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
When a code language is added to a code block like this: ```css .test { position: absolute; } ```
There is no syntax highlighting
Add syntax highlighting to code blocks based on the language
None
Version 1.0.1.0 | X64 | RELEASE | 3f367f1 | 3f367f1
No response
The text was updated successfully, but these errors were encountered:
This would be a great addition!
Edit: Looks like it is fairly simple as well - using Markdown.ColorCode package. This seems to support all the languages supported by ColorCode.Core package (reference here)
Markdown.ColorCode
ColorCode.Core
Sorry, something went wrong.
Coming soon to DevToys 2.0 :-)
Successfully merging a pull request may close this issue.
What's the Problem?
When a code language is added to a code block like this:
```css
.test {
position: absolute;
}
```
There is no syntax highlighting
Solution/Idea
Add syntax highlighting to code blocks based on the language
Alternatives
None
DevToys Version
Version 1.0.1.0 | X64 | RELEASE | 3f367f1 | 3f367f1
Comments
No response
The text was updated successfully, but these errors were encountered: