Beni Cherniavsky-Paskin
Beni Cherniavsky-Paskin
afaict `TERM=ansi77` drops colors and uses less unicode, but if you pipe to `| cat -A` you'll see it still uses various cursor-positioning escapes. Which is fine if you simply...
Single dollars _are_ an issue, to some degree, depending on audience. Many systems using them add some heuristics on whitespace etc. to mitigate this (but there is no consensus, and...
Whoa, that's cool! Renders crisp math, works in Gmail, zero communication to CodeCogs — not when composing nor when receiving mail, adjusts size & color to surrounding text, even sets...
My first feedback is on the config UI. 1. IIUC the way to enable it is enable both checkboxes. If I enable only the experimental one, math is not rendered....
As https://github.com/adam-p/markdown-here/issues/630#issuecomment-3212607178 says you also implemented display math :tada: AFAICT the rules are: Enclose in double dollars, and put on its own line. To be precise, the formula can be...
My own interest is 99.9% gmail, but I imagine a clipboard-based approach may affect inter-operability with other WYSIWYG editors? Do you have any specific ones you care about? - [x]...
🎉 Another win of MathJax for heavy TeX users, that was impossible with per-image CodeCogs etc., is [ability](https://docs.mathjax.org/en/v3.2/input/tex/extensions/newcommand.html#newcommand) to define custom macros once, and use them in all your formulas....
> add_development_dependency 'webmock', '~> 3.0' Only loaded in unit tests, right? IMHO any DoS issues can be simply ignored there. We have no lockfile, will pick up a new version...
The JS-only edition looks fine BTW: https://sourceacademy.org/sicpjs/4.4.1#p20 There code is code, dollars are dollars, all monospace, yet the LATEX="yes" portions do get rendered with KaTeX.
At first I suspected some kind of network sandboxing, but I'm not running VSCod[ium] under flatpak or similar container tech, I installed it as regular .rpm package. And communication does...