Liquid tag for pre-processing Prism.js highlights
{% prismc javascript %}
var gem = "jekyll-prismjs-compile";
console.log(gem);
{% endprismc %}
For more information please check this blog post
Add this line to your application's Gemfile:
group :jekyll_plugins do
gem "jekyll-prismjs-compile"
end
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll-prismjs-compile
Then add the following to your site's _config.yml
:
plugins:
- jekyll-prismjs-compile
Please check documentation for more information on installation.
Use the tag as follows in your Jekyll pages, posts and collections:
{% prismc javascript %}
var gem = "jekyll-prismjs-compile";
console.log("gem");
{% endprismc %}
Make sure that you have the prism css included:
<link href="prism.css" rel="stylesheet" type="text/css">
š” You don't have to include prism.js