-
Do you plan to add support for syntax highlighting in githubCodeBlocks?
Something like this:
```
if (options.highlight) {
codeblock = options.highlight(codeblock, language) || codeblock;
}
```
I …
-
My asciidocs use coderay as source code highlighter. It has its own css. Untill recently this did not affect the preview, but now the preview fails showing error message:
![image](https://user-images…
-
The following snippet doesn't get highlighted:
```
public class IncrementalLoadingBehavior : Behavior
{ }
```
If the base class isn't generic, it works as expected:
```
public class IncrementalLoad…
-
## Environment Info
Node version(`node -v`): 8.0.0
Your site `_config.yml` (Optional):
Your theme `_config.yml` (Optional):
Hexo and Plugin version(`npm ls --depth 0`):
## For BUG…
-
### Bug Report or Feature Request (mark with an `x`)
```
- [ x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] question
```
### OS and Version?
Archlinux
…
-
I just started using CodeBlocks and I'm loving it but all of my code examples are JSX + flow so some things have no highlighting.
-
Hi, for example if you had this
```html
gr-syntax-lib-loader
void(0);
suite('gr-syntax-lib-loader tests', () => {
let element;
let resolve…
-
Hi! I'm a maintainer of [Jekyll](http://jekyllrb.com) and we're using highlight.js via our Discourse instance, [Jekyll Talk](https://talk.jekyllrb.com).
We use the [Liquid templating language](https:…
parkr updated
6 years ago
-
Hi,
This is a request.
It should be great if YARD could support custom syntax highlight. It's already possible to give YARD some option to use custom markdown renderer, so why not the same for s…
noraj updated
6 years ago
-
This theme looks lovely. 👍Very simple and useful and compact.
Two quick Qs. How do you get/add support for
1. Syntax highlighting
2. MathJax for math equations, etc?
Thanks!