Skip to content

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
$p(x|y) = \frac{p(y|x)p(x)}{p(y)}$, \(p(x|y) = \frac{p(y|x)p(x)}{p(y)}\).

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
$$
\operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}}
$$

Output

\operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}}