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
Some adjustments will be necessary to make the printed LMData and GLMData print nicely in Markdown.
One detail is that tables are printed using clojure.pprint/print-table. It uses plus signs instead of pipes. These plus signs are handled correctly in Quarto Markdown, but not in nextjournal/markdown which is used for plain HTML in Clay (and is also used in Clerk). Replacing them
The image above was generated using the[:html] target with Clay 2-beta20.
We used Noj 2-alpha9.3, which depends on Fastmath 3.0.0-alpha2 and Kindly 4-beta12.
Some adjustments will be necessary to make the printed
LMData
andGLMData
print nicely in Markdown.One detail is that tables are printed using
clojure.pprint/print-table
. It uses plus signs instead of pipes. These plus signs are handled correctly in Quarto Markdown, but not in nextjournal/markdown which is used for plain HTML in Clay (and is also used in Clerk). Replacing them@genmeblog added:
Probably additional whitespace can also help. We should try rendering it in different pathways (e.g. in Clay, with/without Quarto).
Zulip discussion: https://clojurians.zulipchat.com/#narrow/channel/283491-scicloj.2Eml-dev/topic/printing.20linear.20regression.20-.20adjust.20for.20markdown
The text was updated successfully, but these errors were encountered: