From e9421cf2825b934ecc656ff00dbb9655cc3986fa Mon Sep 17 00:00:00 2001 From: Jens Scherbl Date: Mon, 20 Nov 2023 23:19:54 +0100 Subject: [PATCH] Adds missing strikethrough to inline elements --- src/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.php b/src/config.php index 1ab57c1..196b68b 100644 --- a/src/config.php +++ b/src/config.php @@ -35,7 +35,7 @@ public function __construct(array $config = []) { $default = [ 'elements' => [ 'inline' => [ - 'b', 'u', 'big', 'i', 'small', 'ttspan', 'em', 'a', 'strong', 'sub', 'sup', 'abbr', 'acronym', 'cite', 'code', 'dfn', 'em', 'kbd', 'strong', 'samp', 'var', 'span' + 'b', 'u', 'big', 'i', 'small', 'ttspan', 'em', 'a', 'strong', 'sub', 'sup', 'abbr', 'acronym', 'cite', 'code', 'dfn', 'em', 'kbd', 'strong', 'samp', 'var', 'span', 's' ], 'singleton' => [