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
This is a first draft for providing custom classes to viewers and the notebook viewer which should allow for most use cases and does not require actually overriding the base styles. Once a `:nextjournal.clerk/css-class` is available on the viewer or in document settings, the available class will be used and no further viewer classes will be assigned.
Also add validation for `:nextjournal.clerk/width` fixing #217.
Following through in the workshop, in https://github.com/nextjournal/clerk-demo/blob/master/workshop/exercises/ex_2_table_viewer.clj#L45:
changing
::clerk/width :full
to::clerk/width :foo
does not report an error for invalid values .In contrast, invalid values for
:code
in::clerk/visibility {:code :fold}
report spec failures on invalid states.Thanks!
The text was updated successfully, but these errors were encountered: