Skip to content

Commit 8d5e3e6

Browse files
authored
DOC-3223: Some elements would be given an extra newline by the serializer when indented. (#3885)
1 parent ca7d27f commit 8d5e3e6

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
@@ -133,6 +133,11 @@ For an example of using custom elements with block-level and inline-level compon
133133

134134
// CCFR here.
135135

136+
=== Some elements would be given an extra newline by the serializer when indented
137+
// #TINY-12857
138+
139+
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.
140+
136141

137142
[[security-fixes]]
138143
== Security fixes

0 commit comments

Comments
 (0)