-
### Project description
Highlight.js is a syntax highlighter written in JavaScript. It works in the browser as well as on the server. It can work with pretty much any markup, doesn’t depend on any …
-
## Bug description
Syntax highlighting for Prisma in Markdown documents in VSCode only highlighting in editor and not in preview
## How to reproduce
```markdown
## Database layout
\```pri…
-
## Description of the enhancement requested
Need, use case: create documentation on COBOL programming using markdown files.
The syntax of the markdown language, `.md` files, allows you to declar…
-
Add syntax highlighting for the examples on http://radish-bdd.io
-
## WS-2020-0208 - Medium Severity Vulnerability
Vulnerable Libraries - highlight.js-9.15.6.tgz, highlight.js-9.18.1.tgz
highlight.js-9.15.6.tgz
Syntax highlighting with language autodetection.
Lib…
-
We can add custom syntax highlighting in the docs using a syntax highlighter like [HighlightJS](https://highlightjs.org/)
-
The highlight.js API for registering only the languages you need is:
```javascript
import hljs from 'highlight.js/lib/core';
import javascript from 'highlight.js/lib/languages/javascript';
hljs.…
-
I am very satisfied with the speed of editing.
But, Highlighting is slow when code is large.
When entering new code after several thousand lines of code, highlighting takes more than a few seconds.
…
-
I don't know if I'm doing something wrong. My setup is:
```asciidoc
:source-highlighter: highlightjs
:revealjsdir: https://cdn.jsdelivr.net/npm/reveal.js@4.4.0
:revealjs_theme: white
```
I…
-
### Validations
- [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](https://gi…