Hi, when I escape the "$" delimiter as suggested in the KaTeX documentation
That is, in KaTeX settings remove the lines that specify the "$" delimiter, and specify only:
{ "left": "\(", "right": "\)", "display": false }
{ "left": "\[", "right": "\]", "display": true }
Then a link that is inserted between multiple "$" characters on a line gets disabled
For instance:
If I insert a link between 2 $ -signs like here: [[link]] $ the link is disabled
Appreciate your help. Thanks for the good work!