Skip to content
Snippets Groups Projects
Commit 79fb7b66 authored by François Bobot's avatar François Bobot
Browse files

Add Katex in markdown

    Use $$2+2$$
parent 5066947e
No related branches found
No related tags found
1 merge request!3Start the COLIBRI manual in the website
Pipeline #36747 passed
......@@ -34,3 +34,5 @@ gem 'jekyll-category-pages', group: :jekyll_plugins
gem 'jekyll-minifier', group: :jekyll_plugins
gem "sassc", "< 2.2.0"
gem "kramdown-math-katex"
......@@ -56,7 +56,12 @@ GEM
json (2.2.0)
json-minify (0.0.3)
json (> 0)
katex (0.8.0)
execjs (~> 2.7)
kramdown (2.1.0)
kramdown-math-katex (1.0.1)
katex (~> 0.4)
kramdown (~> 2.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
......@@ -102,6 +107,7 @@ DEPENDENCIES
jekyll-katex
jekyll-minifier
jekyll-paginate
kramdown-math-katex
minima (~> 2.5)
sassc (< 2.2.0)
tzinfo (~> 1.2)
......
......@@ -37,6 +37,9 @@ jekyll-minifier:
uglifier_args:
harmony: true
markdown: kramdown
kramdown:
math_engine: katex
exclude: ['download',_jobs/skeleton.md, README.md]
include: ['html','download.html']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment