CHENXCHEN / hexo-renderer-markdown-it-plus

Markdown-it is a markdown parser, done right. A faster and CommonMark compliant alternative for Hexo.
https://chchc.me/hexo-article/2017/07/27/hexo-renderer-markdown-it-plus-plugin-demo/
MIT License
115 stars 22 forks source link

\textcolor{#ec4e8a}{} #30

Closed swithun-liu closed 2 years ago

swithun-liu commented 4 years ago

image

I used the Katax engine on vscode to write markdown, and I can render \textcolor{#...}{..}.

but with hexo, the program will report an error

image

MakerGYT commented 4 years ago

You can try markdown-it-latex2img

$$
\textcolor{#ec4e8a}{sdf}
$$

swithun-liu commented 4 years ago

Thanks, I will try @MakerGYT