Skip to content

Commit

Permalink
Fix: Allow definitionlist in uu-disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarvelle committed Nov 21, 2024
1 parent 5e96b4c commit 000ebd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validation/src/main/resources/embed-tag-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@
"aside",
"b",
"br",
"dd",
"details",
"dl",
"div",
"dt",
"em",
"h2",
"h3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,10 @@ class EmbedTagValidatorTest extends UnitSuite {
|<summary>Tittel</summary>
|Innhold
|</details>
|<dl>
|<dt>Term</dt>
|<dd>Definisjon</dd>
|</dl>
|<div data-type="framed-content"><p>Tekst</p></div>
|""".stripMargin
)
Expand Down

0 comments on commit 000ebd9

Please sign in to comment.