Skip to content

Commit a606a14

Browse files
authored
Merge pull request #10 from jensscherbl/master
Adds missing strikethrough to inline elements
2 parents af6a2e5 + e9421cf commit a606a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function __construct(array $config = []) {
3535
$default = [
3636
'elements' => [
3737
'inline' => [
38-
'b', 'u', 'big', 'i', 'small', 'ttspan', 'em', 'a', 'strong', 'sub', 'sup', 'abbr', 'acronym', 'cite', 'code', 'dfn', 'em', 'kbd', 'strong', 'samp', 'var', 'span'
38+
'b', 'u', 'big', 'i', 'small', 'ttspan', 'em', 'a', 'strong', 'sub', 'sup', 'abbr', 'acronym', 'cite', 'code', 'dfn', 'em', 'kbd', 'strong', 'samp', 'var', 'span', 's'
3939
],
4040
'singleton' => [
4141

0 commit comments

Comments
 (0)