Open robdy opened 1 year ago
In MDX v2 the special characters must be escaped using {'X'}, where X is the character. It applies to: []<>/\. Should be also updated in #606
{'X'}
X
[]<>/\
In MDX v2 the special characters must be escaped using
{'X'}
, whereX
is the character. It applies to:[]<>/\
. Should be also updated in #606