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 🙏
Hi @IT IT , welcome to the Community. Short version on your three questions: yes, this is expected, not a per-issue bug. The wiki renderer collapses the blank lines between block macros, so two {quote} blocks in a row come out as adjacent blockquotes with no gap; the source newlines never turn into real empty paragraphs in the HTML, which is exactly why Enter, spaces and even non-breaking spaces behave inconsistently for you.
There is no clean invisible spacer in wiki markup for this, so the reliable fix is to take that field off the wiki renderer: switch its renderer from Wiki Style to Default Text Renderer in its Field Configuration, and the modern editor keeps the spacing between quotes as you would expect. If you must stay on wiki markup, the only no-box option is a minimal separator or folding the text into a single quote with line breaks, since {noformat} and {panel} both add the visible box you are trying to avoid. I couldn't find a specific bug ticket for it, so treat it as a limitation of the legacy renderer rather than a defect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.