@@ -11,33 +11,41 @@ tags = ["demo"]
1111> Display exceptions, such as inconsistent trailing commas and local restrictions, being pushed to one line, or not being displayed
1212
1313``` markdown
14- $$\begin{cases} f(x) \equiv V_1(x)^2 \pmod{U_1(x)} \\ f(x) \equiv V_2(x)^2 \pmod{U_2(x)} \\ f(x) \equiv V_3(x)^2 \pmod{U_3(x)} \end{cases}$$
14+ {% katex_block() %}
15+ \\begin{cases}
16+ f(x) \\equiv V_1(x)^2 \\pmod{U_1(x)} \\\\
17+ f(x) \\equiv V_2(x)^2 \\pmod{U_2(x)} \\\\
18+ f(x) \\equiv V_3(x)^2 \\pmod{U_3(x)}
19+ \\end{cases}
20+ {% end %}
1521```
1622
1723$$ \begin{cases} f(x) \equiv V_1(x)^2 \pmod{U_1(x)} \\ f(x) \equiv V_2(x)^2 \pmod{U_2(x)} \\ f(x) \equiv V_3(x)^2 \pmod{U_3(x)} \end{cases} $$
1824
1925---
2026
2127``` markdown
22- $(\ text{order\_candidate} / p_i) \cdot G$
28+ {% katex() %}(\\ text{order\\ _candidate} / p_i) \\ cdot G{% end %}
2329```
2430
2531$(\text{order\_ candidate} / p_i) \cdot G$
2632
2733---
2834
2935``` markdown
30- $$\text{order\_candidate} \leftarrow \frac{\text{order\_candidate}}{p_i}$$
36+ {% katex_block() %}
37+ \\text{order\\_candidate} \\leftarrow \\frac{\\text{order\\_candidate}}{p_i}
38+ {% end %}
3139```
3240
3341$$ \text{order\_candidate} \leftarrow \frac{\text{order\_candidate}}{p_i} $$
3442
3543---
3644
3745``` markdown
38- $$
39- \text{flag\_chocolate}= (a^m+b^m)\bmod p ,
40- $$
46+ {% katex_block() %}
47+ \\ text{flag\\ _chocolate}= (a^m+b^m)\ \bmod p ,
48+ {% end %}
4149```
4250
4351$$
4755---
4856
4957``` markdown
50- $$
51- q = p_{\text{crypto}}-1\; / \; 2 = 85\,414\,812\,699\,185\,126\,250\,990\,381\,881\,994\,204\,791 .
52- $$
58+ {% katex_block() %}
59+ q = p_{\\ text{crypto}}-1\\ ; / \\ ; 2 = 85\\ ,414\\ ,812\\ ,699\\ ,185\\ ,126\\ ,250\\ ,990\\ ,381\\ ,881\\ ,994\\ ,204\ \,791 .
60+ {% end %}
5361```
5462
5563$$
5967---
6068
6169``` markdown
62- $$
63- B=
64- \begin{pmatrix}
65- 2 & & & & & d_{1,6} \\
66- & 2 & & & & d_{1,7} \\
67- & & \ddots & & & \vdots\\
68- & & & 2 & & d_{17,11}\\
69- & & & & 1 & -M
70- \end{pmatrix},
71- $$
70+ {% katex_block() %}
71+ B=\\begin{pmatrix}
72+ 2 & & & & & d_{1,6} \\\\
73+ & 2 & & & & d_{1,7} \\\\
74+ & & \\ddots & & & \\vdots\\\\n+ & & & 2 & & d_{17,11}\\\\n+ & & & & 1 & -M\\end{pmatrix},
75+ {% end %}
7276```
7377
7478$$
8589---
8690
8791``` markdown
88- $$
89- S=S_{0}+\sum_{i,k}b_{i,k}\,d_{i,k} - K\,M,
90- $$
92+ {% katex_block() %}
93+ S=S_{0}+\\ sum_{i,k}b_{i,k}\\ ,d_{i,k} - K\ \,M,
94+ {% end %}
9195```
9296
9397$$
97101---
98102
99103``` markdown
100- $$
101- \ text{idek\{ \ldots \}} .
102- $$
104+ {% katex_block() %}
105+ \\ text{idek\\ { \\ ldots \ \}} .
106+ {% end %}
103107```
104108
105109 $$
109113---
110114
111115``` markdown
112- $$
113- m_{\text{min}} = \underbrace{0x20\cdots20}_{20\text{ 个空格}}
114- \qquad
115- m_{\text{max}} = \underbrace{0x7E\cdots7E}_{20\text{ 个波浪号}}
116- $$
116+ {% katex_block() %}
117+ m_{\\ text{min}} = \\ underbrace{0x20\\ cdots20}_{20\\ text{ 个空格}} \\\\
118+ \\ qquad \\\\
119+ m_{\\ text{max}} = \\ underbrace{0x7E\\ cdots7E}_{20\\ text{ 个波浪号}}
120+ {% end %}
117121```
118122
119123$$
120124m_{\text{min}} = \underbrace{0x20\cdots20}_{20\text{ 个空格}}
121125\qquad
122126m_{\text{max}} = \underbrace{0x7E\cdots7E}_{20\text{ 个波浪号}}
123127$$
124-
125-
0 commit comments