Hi everyone,
I’m using Jira Data Center (v11.3.5) with the Wiki markup renderer and I’m running into an issue with {quote} blocks.
When I place multiple {quote} blocks consecutively, any blank lines (newlines) between them are ignored and the blocks appear to be merged or rendered without the expected spacing.
{quote}
First block
{quote}
{quote}
Second block
{quote}
{noformat} → works but introduces an unwanted box
{quote} blocks without adding visible separators (like ----)?
Any guidance or recommended patterns would be greatly appreciated!
Thanks 🙏
Collapse behavior between consecutive {quote} blocks is a known parsing limitation of the legacy Jira Wiki renderer. It strips out empty lines to merge content visually. To force spacing without resorting to visible separators or {noformat} boxes, use the non-breaking space escape character followed by a hard line break: \\.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.