mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-09 17:52:32 +08:00
10 lines
328 B
Markdown
10 lines
328 B
Markdown
![]() |
# ckeditor5-math
|
||
|
|
||
|
## Supported input and output formats
|
||
|
- <script type="math/tex">\sqrt{\frac{a}{b}}</script>
|
||
|
- <script type="math/tex; mode=display">\sqrt{\frac{a}{b}}</script>
|
||
|
- <span class="math-tex">\( \sqrt{\frac{a}{b}} \)</span>
|
||
|
- <span class="math-tex">\[ \sqrt{\frac{a}{b}} \]</span>
|
||
|
|
||
|
## Styles
|
||
|
- Styles requires PostCSS
|