diff options
Diffstat (limited to 'strikethrough.py')
-rw-r--r-- | strikethrough.py | 6 |
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 |