Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-02-25 15:22:10 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-02-25 15:22:10 +0300
commit87d8b91b87f7e85d4a9bef48181579299a3a422f (patch)
tree712fd8f6e19bf71e4aebba8cc404d94165dfe249 /README.md
parent89b1432868f94a554238c8ff03f4b1042970f14d (diff)
Update docs about formula rendering
Fixes #26.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90eff00..089fef7 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,9 @@ This way you can store them either next to the content file or in the `static` f
## Mathematical equations
-In case you need to display equations you can insert your LaTeX or MathML code and it works out of the box thanks to [MathJax](https://www.mathjax.org).
+Mathematical equations in form of LaTeX or MathML code can be rendered with the support of [MathJax](https://www.mathjax.org). MathML works out of the box. If you're using LaTeX you need to wrap your equation with `$$`.
+
+You can also print formulas inline. In this case wrap the formula only once with `$`.
## Shortcodes