summaryrefslogtreecommitdiff
path: root/strikethrough.py
diff options
context:
space:
mode:
Diffstat (limited to 'strikethrough.py')
-rw-r--r--strikethrough.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/strikethrough.py b/strikethrough.py
index a3f8c50..d0342fc 100644
--- a/strikethrough.py
+++ b/strikethrough.py
@@ -1,3 +1,9 @@
+"""
+Encapsulates text in <del> html tag, which usually displayed as strikethrough text.
+
+Usage:
+~~my text~~
+"""
from marko import inline
from marko.helpers import MarkoExtension