Skip to content

Commit

Permalink
Merge pull request #10 from jensscherbl/master
Browse files Browse the repository at this point in the history
Adds missing strikethrough to inline elements
  • Loading branch information
hexydec authored Dec 3, 2023
2 parents af6a2e5 + e9421cf commit a606a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [

Expand Down

0 comments on commit a606a14

Please sign in to comment.