Skip to content

Commit 184eac1

Browse files
authored
📚 DOCS: Removing latex align inside math-block (jupyter-book#1124)
1 parent b2cf775 commit 184eac1

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/file-types/markdown.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,11 @@ along with the default Jupyter Notebook configuration, for rendering mathematics
6161
For example, here's a mathematical expression rendered with MathJax:
6262

6363
$$
64-
\begin{align}
65-
P(A_1 \cup A_2 \cup A_3)
66-
& = P(B \cup A_3) \\
67-
& = P(B) + P(A_3) - P(BA_3) \\
68-
&= P(A_1) + P(A_2) - P(A_1A_2) + P(A_3) - P(A_1A_3 \cup A_2A_3) \\
69-
&= \sum_{i=1}^3 P(A_i) - \mathop{\sum \sum}_{1 \le i < j \le 3} P(A_iA_j) + P(A_1A_2A_3)
70-
\end{align}
64+
P(A_1 \cup A_2 \cup A_3)
65+
& = P(B \cup A_3) \\
66+
& = P(B) + P(A_3) - P(BA_3) \\
67+
&= P(A_1) + P(A_2) - P(A_1A_2) + P(A_3) - P(A_1A_3 \cup A_2A_3) \\
68+
&= \sum_{i=1}^3 P(A_i) - \mathop{\sum \sum}_{1 \le i < j \le 3} P(A_iA_j) + P(A_1A_2A_3)
7169
$$
7270

7371
:::{seealso}

0 commit comments

Comments
 (0)