mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-25 21:20:59 +03:00
Grammar fixups
Thanks to @gwhitney
This commit is contained in:
parent
758b1825a4
commit
caa1de8f95
1 changed files with 2 additions and 2 deletions
|
@ -127,14 +127,14 @@ This will then result in the following properly rendered equation:
|
|||
|
||||

|
||||
|
||||
It is also possible to have LaTeX render in display mode, using, `$$` or `\[` with `\]`:
|
||||
It is also possible to have LaTeX render in display mode, using `$$` or `\[` with `\]`:
|
||||
|
||||
```markdown
|
||||
\[ \mathbf{R} = \frac 1M \iiint_Q \rho(\mathbf{r}) \mathbf{r} \mathrm dV \]
|
||||
$$ (p \implies q) \iff (\neg q \implies \neg p) $$
|
||||
```
|
||||
|
||||
It is however not possible to use this when the equation spans multiple lines, in that case codeblock with the language `math` should be used, for example:
|
||||
It is however not supported to use either of these syntaxes when the equation spans multiple lines; in that case, a code block with the language `math` should be used, for example:
|
||||
|
||||
````markdown
|
||||
```math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue