neo4j-contrib / neo4j-guides

Tooling to create Neo4j Browser Guides from AsciiDoc Content
33 stars 30 forks source link

(feat) Supports non-cypher blocks, such as shell. #16

Closed petebaker-pge closed 5 years ago

petebaker-pge commented 6 years ago

These blocks are non-runnable.

This also removes the <div content> wrapper as it was stopping non-runnable <pre> blocks from having their background set correctly.

jexp commented 6 years ago

what was the reason for removing that div.content ?

jexp commented 6 years ago

Thanks a lot for the contribution.

petebaker-pge commented 6 years ago

With <div.content> in place, non-runnnable <pre> blocks have a white background instead of gray. This means those non-runnable blocks don't look like code blocks.

Removing <div.content> fixes this. Does this have an unexpected consequence?