-
```
What steps will reproduce the problem?
1. use the attached code.
2. Im using blogspot with sand dollar template.
3.
What is the expected output? What do you see instead?
I would not have expected…
-
Tree-sitter supports incremental parsing, which can be accessed via `tree.edit`. But {Syntax Highlighter} just parse the code and generate a new tree every time. This will lost the efficiency advantag…
Menci updated
2 years ago
-
Currently the HTML export of AsciiDoc files with syntax highlighting enabled imports 3rd party scripts in this style:
```html
```
This causes a problem in the VS Code extension because by defau…
-
Currently, only server-side syntax highlighters have access to the highlight lines (as defined by the `highlight` attribute on the source block). This information is passed to the `highlight` method o…
-
```
What steps will reproduce the problem?
1. use the attached code.
2. Im using blogspot with sand dollar template.
3.
What is the expected output? What do you see instead?
I would not have expected…
-
```
What steps will reproduce the problem?
1. use the attached code.
2. Im using blogspot with sand dollar template.
3.
What is the expected output? What do you see instead?
I would not have expected…
-
```
I found it kind of annoying that the syntax highlighter didn't allow you to
recollapse an expanded chunk of code.. so I hacked in a fix for my site..
anyone who is interested can see it here
http…
-
```
I found it kind of annoying that the syntax highlighter didn't allow you to
recollapse an expanded chunk of code.. so I hacked in a fix for my site..
anyone who is interested can see it here
http…
-
```
I found it kind of annoying that the syntax highlighter didn't allow you to
recollapse an expanded chunk of code.. so I hacked in a fix for my site..
anyone who is interested can see it here
http…
-
**Describe the bug**
I'm using `import { PrismLight as SyntaxHighlighter } from 'react-syntax-highlighter';` which results in regular `[object Object] [object Object] ...` output (around 7 of 10 refr…