From 79141fb7b14176d1af6fd103929c0c32a27287ee Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Thu, 1 Jul 2021 16:03:11 +0100 Subject: [PATCH] md math --- md.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/md.md b/md.md index 3993b65..803b0cc 100644 --- a/md.md +++ b/md.md @@ -327,3 +327,15 @@ mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm For compilers that treat `h1` magically (e.g. add to a TOC): # + +## LaTeX + +https://docs.gitlab.com/ee/user/markdown.html#math + +This math is inline $`a^2+b^2=c^2`$. + +This is on a separate line: + +```math +a^2+b^2=c^2 +```