Andrew Zheng
Andrew Zheng
Might be a SwiftUI bug. Will investigate.
Forgot to do this :(
Seems like `\mathbb{}` renders nothing. Other commands like `\mathit{}` work fine. This shows in the console: ``` Error: this application, or a library it uses, has passed an invalid numeric...
Currently the code block syntax highlighting changes when `CodeHighlighterTheme` is changed. However, it doesn't update when system dark mode is toggled. I added an `.onChange(of: colorScheme)` to handle this case.