Skip to content

Commit ddef5ff

Browse files
authored
Update modules/ROOT/pages/7.8.0-release-notes.adoc
1 parent 46e713f commit ddef5ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Prior to {release-version}, MathML elements and attributes could be configured i
8484

8585
The new options allow users to define lists of MathML elements and attributes that should be preserved, even if DOMPurify does not currently recognize them. This enables quicker user-side updates in response to evolving MathML specifications without disabling sanitization or waiting for upstream changes.
8686

87-
**`+extended_mathml_elements+`**: allows a list of additional MathML elements to be preserved.
88-
**`+extended_mathml_attributes+`**: allows a list of additional MathML attributes to be preserved.
87+
* **`+extended_mathml_elements+`**: allows a list of additional MathML elements to be preserved.
88+
* **`+extended_mathml_attributes+`**: allows a list of additional MathML attributes to be preserved.
8989

9090
These options apply only within MathML contexts and do not affect general HTML content. They enable use cases such as preserving `+<mn>+` elements and attributes like `linebreak` in MathML expressions.
9191

0 commit comments

Comments
 (0)