Closed danielloganking closed 1 year ago
The recent change on blockquotes I see is: https://github.com/kovetskiy/mark/commit/8c02497b5f192286eea4f51130a2a4a134c72966
Do multi-line block quotes still work?
@prokod are you able to help with this one?
Hi @mrueg @danielloganking
I hope it is addressing this issue correctly
Thank you for the quick fix🎉 I will test this on our doc where this was discovered later today.
Bug
Version Affected: 8.6 Does this exist in previous versions? No
Steps to Reproduce
Simple Blockquote
Expected Result: Blockquote appears in
<blockquote>
HTML node Actual Result: Blockquote renders as an error box with the text📜Unknown Macro: 'none'
Background
I am still in the process of debugging what exactly is occurring but, following an upgrade to 8.6, when publishing to confluence we now see an error box in any place in the document which uses "simple" blockquotes (ie
> some blockquote
). Downgrading to 8.5 resolved the issue and blockquotes returned to their normal appearance.Assuming I do not get pulled in to other work my plan is to create some tesk markdown and compare the HTML output of 8.5 to 8.6 and dig into the code to understand why this regression occurred.