From 742ceb51580de9afaff9bded3ececbb31609c6db Mon Sep 17 00:00:00 2001 From: Elihuso Date: Sun, 26 Jan 2025 12:17:39 +0800 Subject: [PATCH] [F] example --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 20c71ccec..9f40057d3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 `` 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.