-
Currently it seems like wherever we make use of the Interactive Shell(`iex`) related examples as part of the docs, they don't seem to have Elixir syntax highlighting reflected wrt them. PFB a sample s…
-
The following code breaks using the html class. Just copy & paste the.
It's using hl cdn scripts.
```
hljs.initHighlightingOnLoad();
html
hi…
-
Following the process outlined:
**Installed vue-highlightjs:**
```
npm install --save vue-highlightjs
```
**Imported in `main.js`:**
```js
import Vue from 'vue'
import VueHighlightJS from …
-
Using Pygments 2.2.0 (the current version at this time), some code block tests fail (apparently because of minor changes to Pygments ouput). They work fine using, e.g., Pygments 2.0.2.
Sample diff:…
MattX updated
6 years ago
-
![screen shot 2014-07-23 at 10 07 48](https://cloud.githubusercontent.com/assets/6804537/3670633/3b377660-1246-11e4-8d1a-f43c53c218f6.png)
-
It seems like every page on `/files` uses haxe highlighting:
``` html
```
While this is only slightly noticable for `.json` because urls are rendered as comments...:
![](http://i.imgur.com/fNaIbAl…
-
### Description
When you click on the filename on the left, to look at diff, and if the diff is really large (for example, compiled javascript bundle) the application will freeze for 30-60 seconds.…
mib32 updated
6 years ago
-
The syntax highlighting used in our documentation is OK, but could be improved.
Examples so far:
```
[[task_{{ NUM }}]]
```
in a suite.rc cylc example highlights as pure section, but should inc…
-
Reviewable's diff hunk header detection only seems to show me top-level declarations, e.g. the class declaration. It doesn't recognize functions. Ideally it would recognize the nearest enclosing funct…
-
Title says it all :wink: Any code that is rendered as part of a Markdown/Asciidoc document should be rendered similar to how it is done on GitHub.