Skip to content

Commit cddc34d

Browse files
committed
DOC-3223: Some elements would be given an extra newline by the serializer when indented.
1 parent 823843b commit cddc34d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/ROOT/pages/8.2.0-release-notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
111111

112112
// CCFR here.
113113

114+
=== Some elements would be given an extra newline by the serializer when indented
115+
// #TINY-12857
116+
117+
Previously, certain elements received an additional newline when indented due to the title not being correctly recognized as a block by the DOM Parser serializer. This caused unwanted whitespace to appear in the output. The issue was resolved by explicitly marking the title as a block within the code, ensuring that serialization no longer introduces unnecessary whitespace.
118+
114119

115120
[[security-fixes]]
116121
== Security fixes

0 commit comments

Comments
 (0)