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