obsidian flavored markdown support

This commit is contained in:
Jacky Zhao
2023-06-01 12:33:20 -04:00
parent f4fa0da5d7
commit dc120bd1b5
6 changed files with 348 additions and 2301 deletions

View File

@ -13,9 +13,11 @@ title: "CJK + Latex Support (测试)"
Block math works with two dollar signs `$$...$$`
$$f(x) = \int_{-\infty}^\infty
$$
f(x) = \int_{-\infty}^\infty
f\hat(\xi),e^{2 \pi i \xi x}
\,d\xi$$
\,d\xi
$$
Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = -1$