Commit 239f1644 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Update grid table examples

parent d6011ecd
Loading
Loading
Loading
Loading
+20 −2
Original line number Diff line number Diff line
@@ -104,13 +104,31 @@ Formulas and equations can be specified using LaTeX syntax within the markdown s

	$$My formula$$

	E.g.
Examples:

```latex
	$\left[\int_{-infty}^{\infty} f(x) \; dx\right]$

```
$$\left[\int_{-infty}^{\infty} f(x) \; dx\right]$$

```latex
$$ f(n) =
\begin{cases}
n/2       & \quad \text{if } n \text{ is even}\\
-(n+1)/2  & \quad \text{if } n \text{ is odd}
\end{cases}
$$
```
$$ f(n) =
  \begin{cases}
    n/2       & \quad \text{if } n \text{ is even}\\
    -(n+1)/2  & \quad \text{if } n \text{ is odd}
  \end{cases}
$$
More detailed information about formulas (operators, symbols, equations, ...) can be found at [LaTeX documentation](https://en.wikibooks.org/wiki/LaTeX/Mathematics)

## Anchors

## Notes