You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, great theme and I'm trying to use it for my blog hosted on github pages (https://oliviervaillancourt.com). So far, pretty good success. My first blog post has javascript fenced code blocks and it works great as far as syntax highlighting goes.
However, my second blog post (currently in the works) as c# fenced block. I would prefer to be able to apply the standard Rouge syntax highlighting.
I've tried the following so far without success. Note that I am running these tests locally and not as a github pages deployment
comment out the #highlightjs_theme: "monokai-sublime" from _config.yml
add highlighter: rouge in _config.yml
remove the <link> tag that is is pulling down the monokay-sublime css
I'm always getting no highlighting at all
Any help would be greatly appreciated
Thanks, Olivier
The text was updated successfully, but these errors were encountered:
Hi,
First off, great theme and I'm trying to use it for my blog hosted on github pages (https://oliviervaillancourt.com). So far, pretty good success. My first blog post has javascript fenced code blocks and it works great as far as syntax highlighting goes.
However, my second blog post (currently in the works) as c# fenced block. I would prefer to be able to apply the standard
Rouge
syntax highlighting.I've tried the following so far without success. Note that I am running these tests locally and not as a github pages deployment
#highlightjs_theme: "monokai-sublime"
from_config.yml
highlighter: rouge
in_config.yml
<link>
tag that is is pulling down themonokay-sublime
cssI'm always getting no highlighting at all
Any help would be greatly appreciated
Thanks, Olivier
The text was updated successfully, but these errors were encountered: