diff --git a/README.md b/README.md index 27aadcdb..a5014f41 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -### Simple Markdown Preview with KaTex support +### Simple Markdown Preview with KaTeX support #### By Yiyi Wang (shd101wyy) Beta Version --- This plugin uses -- [KaTex](https://github.com/Khan/KaTeX) to render math expressions. +- [KaTeX](https://github.com/Khan/KaTeX) to render math expressions. - expression within $\$...\$$ will be rendered normally - expression within $\$\$...\$\$$ will be rendered in displayMode. - [marked](https://github.com/chjj/marked) to convert markdown to html @@ -20,9 +20,9 @@ Beta Version Usages: To use this package, press cmd + shift + p in atom editor first to toggle Command Palette . Then choose the commands below: -- Markdown KaTex Preview: Toggle +- Markdown KaTeX Preview: Toggle - Toggle Markdown file preview with KaTex support. -- Markdown KaTex Preview: Customize CSS +- Markdown KaTeX Preview: Customize CSS - Customize preview page css. --- @@ -30,7 +30,7 @@ To use this package, press cmd + shift + p in atom editor fir --- -- Real time preview with katex support. +- Real time preview with KaTeX support. ---