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
Some plugins have functions written inside strings to be placed inside elements, which is kinda sketchy. It would be better to make them part of the code, and get their string representations with Function.prototype.toString()
Some plugins have functions written inside strings to be placed inside elements, which is kinda sketchy. It would be better to make them part of the code, and get their string representations with
Function.prototype.toString()
pmt/src/plugins/mermaid.js
Line 21 in cf209bd
pmt/src/plugins/katex.js
Line 25 in cf209bd
The text was updated successfully, but these errors were encountered: