mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-12 19:50:39 +00:00
fix: multiline code block #87
This commit is contained in:
parent
16b177ce66
commit
91c4e3fb3a
2 changed files with 7 additions and 4 deletions
content/notes
|
@ -23,8 +23,7 @@ Aligned equations work quite well:
|
|||
|
||||
$$
|
||||
\begin{aligned}
|
||||
a &= b + c \\
|
||||
&= e + f \\
|
||||
a &= b + c \\ &= e + f \\
|
||||
\end{aligned}
|
||||
$$
|
||||
|
||||
|
@ -32,7 +31,7 @@ And matrices
|
|||
|
||||
$$
|
||||
\begin{bmatrix}
|
||||
1 & 2 & 3\\
|
||||
1 & 2 & 3 \\
|
||||
a & b & c
|
||||
\end{bmatrix}
|
||||
$$
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue