Chase Meadors
Chase Meadors
I notice that the version of the app deployed at [https://tikzcd.yichuanshen.de/](https://tikzcd.yichuanshen.de/) still has the "blank page" issue (#48); but based on the related issues and behavior of the latest downloaded...
This PR fixes a few issues with squares and lozenges * I'm pretty sure `\blacklozenge` was an error/typo, I've changed it to U+29EB ⧫ * I've changed `\square` to be...
This extension does not work with, e.g., extensions like [Tab Notes](https://chrome.google.com/webstore/detail/tab-notes/mhgiefelomcdfcdbknkkohpibdpbdhmo?hl=en) and similar. Even though the Tab Notes page contains a `textarea`, conversion does not occur with Alt+W. This may...
With no plugins except `markdown-it-bracketed-spans` enabled, the source string ``` [[b]{} ``` renders as ``` b[b{} ``` whereas I would expect ``` [b{} ``` the content inside the intended bracketed...
We want to allow arbitrary writes through the GDB server to the RDRAM area. This was done in #1620, but that version has a subtle issue where the server will...