neo4j-documentation / docs-ui

Mozilla Public License 2.0
4 stars 23 forks source link

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

Closed stefano-ottolenghi closed 1 year ago

stefano-ottolenghi commented 1 year ago

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 commented 1 year ago

My bad, I mixed source with code.