goessner / mdmath

LaTeX Math for Markdown inside of Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read macros from local .md file

alexandrumeterez opened this issue · comments

Thank you for the great work! This is an awesome plugin.

Is there any way to get mdmath to read the macro definitions directly from the md file I'm editting?
i.e. in the .md file I'm working on I'm declaring \gdef{\something{..}}. Can mdmath read it directly from there, and render it in the preview window, instead of having to also declare the macro in settings.json?

Thanks!