You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably we should make it configurable, so that the user can override the format used by clay-make-form through their Clay config. This will make the experience slower but more complete.
@genmeblog
In the new version 1.3, sending a form to Clay does not explicitly specify :format [:html].
This is still the default behavior due to Clay's defaults, but you can override it in your clay.edn config by adding :format [:quarto :html]. This will render the above example correctly (but less quickly).
I am leaving this open since this is still a problem. Eventually, all formats should support TeX.
Trying to render some formulas:
When calling
clay-make-form
- formula is not rendered whileclay-make-ns-quarto-html
renders it properly.The text was updated successfully, but these errors were encountered: