bc508534a6
We add `\textstyle` to the beginning of the formula to ensure it will be rendered in inline style. Closes #5655.
14 lines
489 B
Markdown
14 lines
489 B
Markdown
````
|
|
% pandoc --webtex
|
|
$T_n={n+1 \choose 2}$
|
|
^D
|
|
<p><img style="vertical-align:middle" src="https://latex.codecogs.com/png.latex?%5Ctextstyle%20T_n%3D%7Bn%2B1%20%5Cchoose%202%7D" alt="T_n={n+1 \choose 2}" title="T_n={n+1 \choose 2}" /></p>
|
|
````
|
|
|
|
````
|
|
% pandoc --webtex
|
|
$$T_n={n+1 \choose 2}$$
|
|
^D
|
|
<p><br /><img style="vertical-align:middle" src="https://latex.codecogs.com/png.latex?T_n%3D%7Bn%2B1%20%5Cchoose%202%7D" alt="T_n={n+1 \choose 2}" title="T_n={n+1 \choose 2}" /><br /></p>
|
|
````
|
|
|