From b8432c124d01ba626faf59140faba5aca35945bb Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Thu, 4 Mar 2021 10:08:26 -0600 Subject: [PATCH] README: Highlighting for latex examples --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d85148d7..93e8ab31f 100644 --- a/README.md +++ b/README.md @@ -155,11 +155,15 @@ Supported input and output formats are: #### From plain text Paste TeX equations with __delimiters__. For example: -__\\[__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\]__ +```latex +\[ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \] +``` or -__\\(__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\)__ +```latex +\( x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \) +``` ### Autoformat support