Skip to content

Commit

Permalink
Add <del> elements to default processors and use knownElementProces…
Browse files Browse the repository at this point in the history
…sor for this type of element. (#2770)

* init

* Use alphabet order
  • Loading branch information
BryanValverdeU authored Aug 22, 2024
1 parent 13ba45a commit e97ff6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export const defaultProcessorMap: ElementProcessorMap = {
blockquote: knownElementProcessor,
br: brProcessor,
code: codeProcessor,
del: knownElementProcessor,
div: knownElementProcessor,
em: knownElementProcessor,
font: fontProcessor,
Expand Down

0 comments on commit e97ff6e

Please sign in to comment.