-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Milestone
Description
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()
Line 21 in cf209bd
initScript.text = "mermaid.initialize({ flowchart: { htmlLabels: false } });"; |
Line 25 in cf209bd
`document.addEventListener("DOMContentLoaded",function(){renderMathInElement(document.body,{delimiters:[{left:"$$",right:"$$",display:!0},{left:"$",right:"$",display:!1}]})});` |
Metadata
Metadata
Assignees
Labels
No labels