Math
Writing math equations in Markdown/MDX.
Getting Started
Add Plugins
Add the required remark/rehype plugins, the code might be vary depending on your content source.
Add Stylesheet
Add the following to root layout to make it looks great:
Done
Type some TeX expression in your documents, like the Pythagoras theorem:
Inline:
Taylor Expansion (expressing holomorphic function in power series):
Tip
You can actually copy equations on Wikipedia, they will be converted into a KaTeX string when you paste it.
How is this guide?