You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have vim.g.vim_markdown_math = 1 enabled and inline math with $ ... $ is correctly formatted. However the [ ... ] delimeters are not supported. How can I fix this?
I tried to add #98 (comment) into my init.lua but nothing happened, so where should I add those lines to make those delimeters work?
The text was updated successfully, but these errors were encountered:
I have
vim.g.vim_markdown_math = 1
enabled and inline math with $ ... $ is correctly formatted. However the [ ... ] delimeters are not supported. How can I fix this?I tried to add #98 (comment) into my init.lua but nothing happened, so where should I add those lines to make those delimeters work?
The text was updated successfully, but these errors were encountered: