Skip to content

Instantly share code, notes, and snippets.

@jaredh159
Last active March 4, 2026 12:10
Show Gist options
  • Select an option

  • Save jaredh159/ff41bc845d3a5a36ff8fea0779fd2f08 to your computer and use it in GitHub Desktop.

Select an option

Save jaredh159/ff41bc845d3a5a36ff8fea0779fd2f08 to your computer and use it in GitHub Desktop.
markdown compound

Asciidoctor renders these two differently, causing the markdown version to be treated as a compound block quote with extra wrapping.

> I hold it that a little rebellion now and then is a good thing,
> and as necessary in the political world as storms in the physical.
> -- Thomas Jefferson, Papers of Thomas Jefferson: Volume 11

"I hold it that a little rebellion now and then is a good thing,
and as necessary in the political world as storms in the physical."
-- Thomas Jefferson, Papers of Thomas Jefferson: Volume 11

For now, I've decided that this doesn't seem desirable or worth the complexity to replicate in asciidork, so we render these the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment