package d2latex import ( _ "embed" "fmt" "math" "regexp" "strconv" "github.com/dop251/goja" "oss.terrastruct.com/util-go/xdefer" ) var pxPerEx = 8 //go:embed polyfills.js var polyfillsJS string //go:embed setup.js var setupJS string //go:embed mathjax.js var mathjaxJS string // Matches this //