Resolve "Depréciation dans le paquet de transformation markdown"

This commit is contained in:
2026-02-23 14:50:14 +00:00
committed by Boris Waaub
parent a9578ec001
commit f7ad1972e2
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
kind: Fixed
body: Fix deprecation in the markdown rendering
time: 2026-02-23T15:44:05.800494138+01:00
custom:
Issue: "501"
MR: "966"
SchemaChange: No schema change

View File

@@ -37,7 +37,7 @@ final class ChillMarkdownRenderExtensionTest extends TestCase
MD;
private const UNAUTHORIZED_HTML = <<<'HTML'
<p>&lt;script&gt;alert(&quot;ok&quot;);&lt;/script&gt;</p>
<p>&lt;script&gt;alert("ok");&lt;/script&gt;</p>
HTML;
private const UNAUTHORIZED_MARKDOWN = <<<'MD'