OrangeX4 / OrangeX4-HyperSnips

OrangeX4's HyperSnips
52 stars 26 forks source link

Flag for non math enviroment #17

Open ElModdy opened 1 year ago

ElModdy commented 1 year ago

Hi, I have the following snippet

snippet dm "display Math" A
\\[
${1}
\\]$0
endsnippet

The problem is that it is triggered also inside the math blocks. Is there a solution to avoid this behaviour? I really appreciate any kind of help