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
+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!
```