jassler
jassler
Don't know if @kevin-zx solution worked for @hahahrfool, but it did work for me! Only problem now is that Electron only shows a blank screen. Updating all dependencies to their...
I would love for this change to be added! Btw, on lichess.org the default highlighting color is `rgba(155,199,0,0.41)`
So from a little bit of debugging inside my browser, it seems as though the buttons don't fill their outside parent. If I append the following line to my shiny...
@ornicar Link is broken, it opens a profile page of someone with the username 404 :D
I'm having a similar annoyance where the prime symbol is displayed above a mathematical symbol. Specifically, when I use `$R^{\succsim'}$` in LaTeX I get the following. Apart from the obvious...
To extend on this (and reference #3299), should the exponent and subscript after a comparator behave similarly to limits? I.e., should the `2` in `>^2` and `>_2` be rendered above...
In my attempt using the old version, I stumbled upon the [following block](https://github.com/Davepar/gcalendarsync/blob/82cfcdaef51aac52bc8c980e33c9aa87bdaf92fd/priorversion/gcalendarsync.js#L149): ```js function eventDifferences(convertedCalEvent, sev) { var eventDiffs = 0 + /* ... */; if (eventDiffs > 0...
Possible duplicate of #89
Add `.hidden` block feature like in Quarto to support `\newcommand` for Mathjax without breaking PDF
Oh, I didn't know that, thanks! I encountered someone with the same problem on [StackOverflow](https://stackoverflow.com/q/67773943/7669319) and couldn't find other places discussing this. (feel free to add your answer to the...
Add `.hidden` block feature like in Quarto to support `\newcommand` for Mathjax without breaking PDF
Just a small heads-up that this breaks for tex / pdf (I assume that `\newcommand` is scoped to the math environment). As a workaround, I came up with the following...