setup: fix latex throughout site to use dollar signs

This commit is contained in:
eggy 2020-09-11 22:44:14 -04:00
parent db9a78cf74
commit ec392b746c
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ A "competitor" of sorts to magicalsoup/highschool.
Please note that the clone link is incorrect; it should be `https://git.eggworld.tk/eggy/eifueo.git`.
The LaTeX formatting in this repository uses `\(...\)` for inline math, and `\[...\]` for multi-line math.
The LaTeX formatting in this repository uses `$...$` for inline math, and `$$...$$` for multi-line math.

View File

@ -3,7 +3,7 @@
This website is intended to be a database of knowledge for students.
Testing math rendering: \(a^2+b^2=c^2\)
Testing math rendering: $a^2+b^2=c^2$
| Tables | too! |
| --- | --- |