From a3934c9f3c90ca5195954259cfb35f5eb9577782 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 24 Sep 2020 19:43:16 -0400 Subject: [PATCH] gen: remove clone link fix since backend is fixed, add admonition doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfa8b0d..6fad346 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ 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. MathJax is used to render this LaTeX. -The LaTeX formatting in this repository uses `$...$` for inline math, and `$$...$$` for multi-line math. +Admonitions can be added with documentation available [here](https://squidfunk.github.io/mkdocs-material/reference/admonitions/#usage).