diff --git a/changelog.md b/changelog.md index 265e7336b..ccf012a7c 100644 --- a/changelog.md +++ b/changelog.md @@ -95,7 +95,7 @@ then that value is used as `content-type` and the span is put inside a `` element. Otherwise a `` element is used instead. - + Reduce unnecessary use of

elements for wrapping (#7227). + + Reduce unnecessary use of `

` elements for wrapping (#7227). The `

` element is used for wrapping in cases were the contents would otherwise not be allowed in a certain context. Unnecessary wrapping is avoided, especially around quotes (`` elements).