Skip to content

Commit

Permalink
feat: allow strikethrough
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesRijckaert committed Jun 25, 2024
1 parent 63f81cb commit 6be9361
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 6be9361

Please sign in to comment.