1
0
mirror of https://github.com/one-among-us/data.git synced 2025-03-04 02:43:36 +08:00

[F] example

This commit is contained in:
Elihuso 2025-01-26 12:17:39 +08:00
parent ec096ac0ed
commit 742ceb5158

View File

@ -109,7 +109,7 @@ For Windows, Yarn could be find at [Classic YarnPkg](https://classic.yarnpkg.com
## 4. MDX external features
1. Both `{/*something*/}` and `<!--something-->` can be rendered as comment, will not displayed on the website;
2. KaTeX formula could be used in the page. eg. $C_p=\dfrac{p-p_\infty}{\frac12\rho U_\infty^2}$
2. KaTeX formula could be used in the page. eg. `$C_p=\dfrac{p-p_\infty}{\frac12\rho U_\infty^2}$` as $C_p=\dfrac{p-p_\infty}{\frac12\rho U_\infty^2}$
3. Footnote could be used.
4. GitHub `[!Note]` mark could be used.