Markdown
Markdown#
Sources: 1. https://ia.net/writer/support/general/markdown-guide 2. https://www.markdownguide.org/basic-syntax/ 3. https://support.typora.io/Markdown-Reference/
- Escape Dollar sign issue in Jupyter notebook
1
### use of `$` <!--`$`--> (End of String Anchors)
Math#
$ $
Inline#
- uses single $
- syntax:
$\theta$
- output: \theta
Syntax
1 |
|
Output
p(x|y) = \frac{p(y|x)p(x)}{p(y)}, p(x|y) = \frac{p(y|x)p(x)}{p(y)}.
Block#
- Double Dollar
Syntax
1 2 3 |
|
Output
\operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}}