[TOC]
####Setting
{
tex : true
}
####Examples
Inline 行内的公式$$E=mc^2$$行内的公式,行内的$$E=mc^2$$公式。
####Custom KaTeX source URL
// Default using CloudFlare KaTeX's CDN
// You can custom url
editormd.katexURL = {
js : "your url",
css : "your url"
};