Skip to content

Code blocks within lists don't get new style #190

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

Closed
stefano-ottolenghi opened this issue Sep 26, 2023 · 1 comment
Closed

Code blocks within lists don't get new style #190

stefano-ottolenghi opened this issue Sep 26, 2023 · 1 comment

Comments

@stefano-ottolenghi
Copy link
Collaborator

stefano-ottolenghi commented Sep 26, 2023

They don't get the overlay with language/copy, nor the proper titling or collapsing.

- when a property list has multiple items, specify each property in a separate object within the list, and not as a single object containing them all.
+
.Good
[code, json]
----
"dates": [
  {"born": "born"},
  {"died": "died"}
]
----

Screenshot from 2023-09-26 09-29-05
Screenshot from 2023-09-26 09-28-51

@stefano-ottolenghi
Copy link
Collaborator Author

My bad, I mixed source with code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant