From 9b801f323f7ca6f8003b5d1ac06f6a595cbe2c9f Mon Sep 17 00:00:00 2001 From: birlorg Date: Fri, 29 Jul 2022 20:11:04 +0000 Subject: [PATCH] Add how to use the math expressions (#1307) --- lib/livebook/notebook/explore/intro_to_livebook.livemd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lib/livebook/notebook/explore/intro_to_livebook.livemd b/lib/livebook/notebook/explore/intro_to_livebook.livemd index ca96a31e5..ac2cc121f 100644 --- a/lib/livebook/notebook/explore/intro_to_livebook.livemd +++ b/lib/livebook/notebook/explore/intro_to_livebook.livemd @@ -116,7 +116,13 @@ $$ S(x) = \frac{1}{1 + e^{-x}} = \frac{e^{x}}{e^{x} + 1} $$ -You can explore all supported expressions [here](https://katex.org/docs/supported.html). + + +To write your own, put your math expressions between \$ signs for inline math +or \$\$ if you want display math. You can double click the formulas above to see +how they are written. + +You can explore all supported expressions in the [KaTeX documentation](https://katex.org/docs/supported.html). ### Mermaid diagrams