-
## Description of the problem or steps to reproduce
I want an XHTML syntax highlighter. Shouldn't be that difficult to implement. Currently it defaults to XML.
## Specifications
Commit hash: …
-
My Wordpress blog takes about 1.5 seconds to load when Crayon is disabled (see here: http://tools.pingdom.com/fpt/#!/cAFNfM/http://www.guitek.net/).
However, when Crayon is enabled, load times are aw…
-
Migrated from https://github.com/gettalong/kramdown/issues/733.
```sh
echo '```python\nfoo()\n```' | \
kramdown \
--extension=parser-gfm \
--syntax-highlighter=rouge \
--syntax-highlight…
-
While working on this project one of the greatest challenges was to properly render the blog posts (or issues, like this one). Using [react-markdown](https://github.com/remarkjs/react-markdown) was fa…
-
```[27-May-2020 01:34:05 UTC] PHP Warning: preg_replace(): Compilation failed: invalid range in character class at offset 4 in /my/domain/location/site/wp-content/plugins/crayon-syntax-highlighter/cr…
-
There are 2 moderate vulnerabilities found in this library.
https://snyk.io/test/npm/react-syntax-highlighter-virtualized-renderer/1.1.0
package.json in git repo https://github.com/conorhastings…
-
I setup a new httpd server and run my wordpress, I use
crayon-syntax-highlighter plugin. And I get the following log in httpd.log:
[Mon May 11 08:35:02.022663 2020] [php7:error] [pid 82334] [clien…
-
![image](https://github.com/blinkfox/hexo-theme-matery/assets/86114492/9df454dc-e48e-4c4d-bff9-622913e147fd)
配置如下:
```yaml
syntax_highlighter: prismjs
highlight:
auto_detect: false
line_numb…
-
The training v3 repository is using Rouge as a syntax highlighter. The main benefit is that we don't need to do client-side syntax highlighting using codemirror.
Maybe we should also use Rouge here…
-
```
What steps will reproduce the problem?
Highlight the following source with vim's own highlighter:
syn keyword foo bar print
syn keyword foo
\ bar print
What is the expected output? Wh…