diff --git a/README.md b/README.md index d1fed36..af6b010 100644 --- a/README.md +++ b/README.md @@ -239,9 +239,25 @@ Read more about pandoc-citeproc: [pandoc-citeproc man page](https://github.com/j ### Mathematics -You can write math following the LaTeX style. All you want to do is use double `$` to mathematics blocks, `$$ $$`, and single `$` to inline mathematics `$ $`. +You can write math code following the LaTeX style. All you want to do is use double `$` to mathematics blocks: -We usually use [codecogs](https://www.codecogs.com/latex/eqneditor.php?lang=pt-br) to generate my math code. +``` +Text text text + +$$ + +$$ + +Text text text +``` + +It is possible to add inline math code using a single `$`: + +``` +Text text $ $, text text. +``` + +We usually use [codecogs](https://www.codecogs.com/latex/eqneditor.php?lang=pt-br) to generate math code. ### Cross Reference