silverwind
silverwind
I think we need a new color, try this: ```diff diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 0bf46497e..de4dddbb2 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -122,8 +122,9 @@ --color-text-light-2: #808080; --color-text-light-3: #a0a0a0; --color-box-header:...
> The second step is to then add KaTeX CSS and JS to the head which will load after the dom is rendered. We should use code-splitting based on existance...
As for syntax, I'm in favor of either only supporting the fenced syntax, or both, but the fenced syntax should be preferred as it plays nices with other markdown syntax...
> I'm happy to add in a fence block support and I assume that would mean that you would want KaTeX support to be permanently available like mermaid if so....
We should really refactor `.locale` to a global helper `locale`, it's just a pain in the ass to have this function passed down as "data" when it doesn't have to...
> because there is no way of setting Funcs on a per execution basis and the Funcs are stored in the templates themselves. You mean helper functions are not really...
Not a problem with this PR, but the input text is off-center vertically. Likely has something to do with the percentage height (generally percentages should be avoided in CSS):
Noticed this `null` issue too. I'd say `null` should be treated the same as `undefined` in regards to creating intermediate objects and arrays. ````js // this works require("object-path").set({a: undefined}, "a.b",...
Still unfixed as of Safari 13.0.2.
Also seems to work in Safari 15.1: