This commit is contained in:
gurusabarish
2022-12-14 00:10:18 +05:30
parent 66028185e6
commit 8f90faf8dc
2 changed files with 6 additions and 4 deletions
+2 -3
View File
@@ -13,7 +13,6 @@ outputs:
- "RSS" - "RSS"
Paginate: 3 Paginate: 3
disqusShortname: gurusabarish
enableRobotsTXT: true enableRobotsTXT: true
markup: markup:
@@ -71,8 +70,8 @@ params:
animate: true animate: true
theme: theme:
disableThemeToggle: false # disableThemeToggle: true
defaultTheme: "light" # dark # defaultTheme: "light" # dark
font: font:
fontSize: 1rem # default: 1rem fontSize: 1rem # default: 1rem
+4 -1
View File
@@ -9,10 +9,12 @@ tags:
- example - example
image: /images/mathjax.png image: /images/mathjax.png
description: "" description: ""
toc: toc: true
mathjax: true mathjax: true
--- ---
## Mathjax
Math equations can be rendered using [Mathjax](https://www.mathjax.org) syntax with AMS symbol support. Math equations can be rendered using [Mathjax](https://www.mathjax.org) syntax with AMS symbol support.
Optionally enable this on a per-page basis by adding `mathjax: true` to your frontmatter. Optionally enable this on a per-page basis by adding `mathjax: true` to your frontmatter.
@@ -33,3 +35,4 @@ Write in-line equations with `\\( ... \\)` , like \\( x^n / y \\) . It's easy!
``` ```
Write in-line equations with `\\( ... \\)` , like \\( x^n / y \\) . It's easy! Write in-line equations with `\\( ... \\)` , like \\( x^n / y \\) . It's easy!
``` ```