-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Description
- This is a question about using the theme.
- I believe this to be a bug with the theme --- not Jekyll, GitHub Pages or one of the bundled plugins.
- This is a feature request.
- I have updated all gems with
bundle update. - I have tested locally with
bundle exec jekyll build.
Environment informations
- Minimal Mistakes version: 4.1.1
github-pagesorjekyllgem version: github-pages 91- Operating system: OS x Sierra 10.12.2
Expected behavior
Kramdown does not render math when using the $$ \equation $$ syntax as prescribed on https://kramdown.gettalong.org/syntax.html#math-blocks.
Steps to reproduce the behavior
Here is a link to my repo. As you can see under e.g. under inverted pendulum.md there should be two bits of math $$ x_t $$ and
I have forked Minimal Mistakes and implemented as shown. Everything else works fine.
Here are my _congif.yml settings for markdown:
Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
Markdown Processing
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false