bux fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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!
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user