-
Is it possible to manually specify the programming language as one can do in mkdoc markdown file like
```my_language
this is my special obscure programming
language that is not recognized by hi…
-
If we have code blocks, it would be useful to highlight syntax.
In my opinion, the best tool for that is **highlight.js**: https://highlightjs.org/
It detects the language automatically.
But we shou…
-
I think the section in the User Guide howto update `highlight.js` is outdated. The default theme generates an `hightlight.js` and `highlight.css` in the root folder of the `book` directory. If I downl…
ghost updated
2 years ago
-
Copying in content from @tajmone at https://github.com/highlightjs/highlightjs-alan/issues/5#issuecomment-789643133
---
I think it would make sense if you created a repository template for custo…
-
Dart code after `inteface` shows in wrong color on https://pub.dev/packages/quick_usb
Probably issue within https://github.com/dart-lang/markdown
-
Hi! First of all, thanks for the great work!
I started using Askama recently and wanted to know how do you deal with syntax-highlight in text editors. I browse the issues and found a [IntelliJ-base…
-
I encountered a strange problem with syntax highlighting: I have an almost identical code sample on two consecutive slides, both of them defines a record type, but the second one is also using the `mu…
-
I just ran into this while working on https://github.com/launchbadge/sqlx/pull/3383
It'd be really nice to have syntax highlighting for TOML in crate docs, because I'm including a _lot_ of it.
I…
-
Vulnerable Library - highlight.js-9.18.1.tgz
Syntax highlighting with language autodetection.
Library home page: https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz
Path to dependency …
-
Hi,
First off, great theme and I'm trying to use it for my blog hosted on github pages (). So far, pretty good success. My first blog post has javascript fenced code blocks and it works great as …