Skip to content

Commit

Permalink
Add underline to default config
Browse files Browse the repository at this point in the history
Closes #93
  • Loading branch information
stevebauman authored Sep 24, 2024
1 parent 083a8bd commit a449299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/purify.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'default' => [
'Core.Encoding' => 'utf-8',
'HTML.Doctype' => 'HTML 4.01 Transitional',
'HTML.Allowed' => 'h1,h2,h3,h4,h5,h6,b,strong,i,em,s,del,a[href|title],ul,ol,li,p[style],br,span,img[width|height|alt|src],blockquote',
'HTML.Allowed' => 'h1,h2,h3,h4,h5,h6,b,u,strong,i,em,s,del,a[href|title],ul,ol,li,p[style],br,span,img[width|height|alt|src],blockquote',
'HTML.ForbiddenElements' => '',
'CSS.AllowedProperties' => 'font,font-size,font-weight,font-style,font-family,text-decoration,padding-left,color,background-color,text-align',
'AutoFormat.AutoParagraph' => false,
Expand Down

0 comments on commit a449299

Please sign in to comment.