-
Currently, the `highlightjs` module is being used to add syntax highlighting tags to code in `` blocks. Said module has a download size of around 500kb, which is absolutely ridiculous. It's too large …
-
highlight.js only bundles support for the most "common" set of languages by default. When using the CDN, additional languages must be loaded using separate script tags. For example, to include support…
-
I would like Solidity language to be supported. I tried it today using GitHub highlighting option but it's not correctly highlighting it.
Solidity is a smart-contract language and smart-contracts n…
-
A few days ago, I found the Pygments could highlight lines.
The example is as following:
```
[source,groovy,linenums,highlight='5,7-9']
----
package com.mrhaki
import static ratpack.groov…
-
```
```bash
# Change hostname
echo MY_HOSTNAME > /etc/hostname
hostname MY_HOSTNAME
# Add user
adduser MY_USER # INTERACTIVE
usermod -aG sudo MY_USER
# Disable Xorg
sudo systemctl set-def…
-
I am using marked with highlightjs for syntax highlighting. Both are latest versions. the following markdown is generating inconsistent highlighted code.
````
```java
import java.io.IOException;
…
-
It'd be awesome to be able to select a language for highlighting code embeds in a Wink blog. This would make it extremely easy to read for people learning new technologies.
I was thinking we could …
-
I'm not sure where this problem lies but highlight JS is not correctly syntax highlighting some code. There is an example here: http://jackmitch.github.io/libsoc/c/gpio#libsoc_gpio_request
If you com…
-
https://github.com/CuBoulder/highlightjs
The formatting only works when the text filter is in "Full HTML" mode so more work would have to be done to make this module useful in a repeatable context.
-
I encountered a `No "md" screen found` error upon trying out `beta.1`. To attempt to rule out anything goofy I may have done with my own setup, here are reproduction steps using the Jigsaw Blog Starte…