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