Skip to content

Commit

Permalink
Merge pull request #1322 from contentful/feat/allow-strikethrough
Browse files Browse the repository at this point in the history
feat: allow strikethrough
  • Loading branch information
YvesRijckaert authored Jun 25, 2024
2 parents 63f81cb + 6be9361 commit 65d60bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const nodes = validation(
const enabledMarks = validation(
'enabledMarks',
Joi.array().items(
Joi.string().valid('bold', 'italic', 'code', 'underline', 'superscript', 'subscript')
Joi.string().valid('bold', 'italic', 'code', 'underline', 'superscript', 'subscript', 'strikethrough')
)
)

Expand Down

0 comments on commit 65d60bd

Please sign in to comment.