Sha256: 70cf57f92a9312a47cc7495e005770ca44a33d903c35c385a773f98cc3033c71

Contents?: true

Size: 476 Bytes

Versions: 8

Compression:

Stored size: 476 Bytes

Contents

#### Math

$$f(n) = \begin{cases}
  \frac{n}{2}, & \text{if } n \text{ is even} \\
  3n+1,        & \text{if } n \text{ is odd}
\end{cases}
$$

The code for the example above is:

```
$$f(n) = \begin{cases}
  \frac{n}{2}, & \text{if } n \text{ is even} \\
  3n+1,        & \text{if } n \text{ is odd}
\end{cases}
$$
 ```

Both inline and display modes are [supported](https://kramdown.gettalong.org/syntax.html#math-blocks). Powered by [KaTeX](https://github.com/Khan/KaTeX).

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
thredded-markdown_katex-1.0.0 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.4.2 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.4.1 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.4.0 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.3.1 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.3.0 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.2.0 lib/thredded/markdown_katex/demo.md
thredded-markdown_katex-0.1.2 lib/thredded/markdown_katex/demo.md