Skip to content

Commit

Permalink
show how to display math; closes #32
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jun 6, 2017
1 parent c5b7de0 commit 9f63cfb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Cicero: Serving slides written in Markdown
:caption: Styling your remark slides

remark/background.rst
remark/math.rst
remark/highlighting.rst
remark/css.rst

Expand Down
10 changes: 10 additions & 0 deletions doc/remark/math.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


Math equations
==============

Math equations are rendered using https://www.mathjax.org. Here is an example Markdown code::

$$ e = mc^2 $$

MathJax is configured here: https://github.com/bast/cicero/blob/master/cicero/static/engines/remark-0.13.0/js.html#L8-L42

0 comments on commit 9f63cfb

Please sign in to comment.