Sophie Alpert
Sophie Alpert
lol I only got Paul's comment in my email and thought, "ooh I should cc @flarnie; she'll care about this" only to find this issue. Fine with any of these.
@flarnie Let's just inline console.warn() for now?
Sweeet.
Can we rely on postcss given that slashes are invalid CSS?
``` var result = thingThatFails() .finally((res) => { cleanUp(); return res; }); ``` makes `result` a resolved promise, even if `thingThatFails()` returned a rejected one. It seems standard now for...
We already have logic that should skip over backslashes: https://github.com/Khan/KaTeX/blob/c79fb5893686ac0b8c4d8ec33ea1b940d2e4a0c4/contrib/auto-render/splitAtDelimiters.js#L16
Maybe it's not working?
@kevinb7 One of them should definitely have numbers, but there's no text font. In Concrete Mathematics (the book for which the font was made) they used a text font called...
Not sure what second error you're talking about – if it's the one about the cache control header, that is likely specific to the local development environment. `cache-control: public, max-age=0,...
You can't return two tags from render. Your second example returns only the second tag.