-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Case where clerk/row
displays only the first of its arguments
#567
Comments
@teodorlu thanks for the report & repro! We also support passing a viewer opts map as the first argument and the heuristic to decide is overly simplistic (it interprets and map arg which isn't a wrapped-value as a viewer-opts arg). Besides the workaround to wrap it in a seq, another possibility is to wrap the first arg in (clerk/row {:nextjournal/value (scale ipe300 0.5)}
(scale hea300 0.5)) |
Right, makes sense. Thanks for explaining |
@teodorlu the attached patch should fix the issue, thank you again! |
Hi!
I have a document where
only displays the first value,
(scale ipe300 0.5)
. I was expecting both values to be shown.Full document: github / clerk garden. Document screenshot:
The text was updated successfully, but these errors were encountered: