This should make me able to write LaTex code between double-dollar signs in Markdown files, but through Jekyll serve, the content between double-dollar signs is ignored.
For example
---
layout: default
title: Test MathJax
author: YY
---
Before
$$
A + B = C_a
$$
After
I am trying to enable writing LaTex on markdown using MathJax.
The steps to incorporate MathJax:
markdown:kramdown
in the _config.yml file.to head.html
This should make me able to write LaTex code between double-dollar signs in Markdown files, but through
Jekyll serve
, the content between double-dollar signs is ignored.For example
Can anyone help? Thanks.