diff --git a/html4docx/constants.py b/html4docx/constants.py index 2638462..b0f9a1b 100644 --- a/html4docx/constants.py +++ b/html4docx/constants.py @@ -32,6 +32,7 @@ 'i': 'italic', 'u': 'underline', 's': 'strike', + 'del': 'strike', # HTML5 deletion element - same as 'sup': 'superscript', 'sub': 'subscript', 'th': 'bold'