I'd like to ask how to config the plugin markdown preview?
It can't support any math formula after installation and I don't find any related configuration (json) like sublime?
this plugin has options-like Python file, which configs which extensions will be compiled.
cuda_markdown_options.py
maybe some extension "for math" exists? it may be big sized, because maybe will need TeX/LaTeX, especially for Windows.
post here small MD file with math.
plugin uses Python-Markdown lib, which is from: https://Python-Markdown.github.io/
guess, we need to read description of this lib, and find how to use math there. this lib gives API to convert markdown to HTML: