Abdullah Khalid
Abdullah Khalid
**Describe the bug** Currently, the `rx.html` component `src` is not formatted. **To Reproduce** Compile this app ``` from rxconfig import config import reflex as rx class State(rx.State): """The app state."""...
Currently there is no way of adding documentclass properties. For example, to change the default font size. ``` \documentclass[11pt]{article} ``` Or ``` \documentclass[dvipsnames]{article} # an option that is passed to...
Latex style mathematics on the web requires loading Mathjax or Katex javascript libraries. An example of this is this [toot](https://mathstodon.xyz/@littmath/109592640136010318), which looks like this in a web browser  In...