Hi all,
I’m trying to get syntax highlighting for the Stan language. My site is hosted on gh pages.
I use rogue for syntax highlighting, but I understand that Stan is not one of its supported languages. However, I believe that pygments offers syntax highlighting for Stan. Although I read that gh pages does not support pygments.
For reference here is my current _config.yml, and here is an example of the code I’d like to highlight.
Is there any way by which I can get syntax highlighting working for this language on my website?
Thanks