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"
Paginate: 3
disqusShortname: gurusabarish
enableRobotsTXT: true
markup:
@@ -71,8 +70,8 @@ params:
animate: true
theme:
disableThemeToggle: false
defaultTheme: "light" # dark
# disableThemeToggle: true
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
+4 -1
View File
@@ -9,10 +9,12 @@ tags:
- example
image: /images/mathjax.png
description: ""
toc:
toc: true
mathjax: true
---
## Mathjax
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.
@@ -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!
```