diff options
author | Botond Hende <nettingman@gmail.com> | 2024-07-15 23:44:45 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-07-15 23:59:14 +0200 |
commit | 76de6af40b80575019425607b3a9c2e126aaa332 (patch) | |
tree | c537b71cdabf1e11df6b6471bc4e8c90a1a57a9c /strikethrough.py | |
parent | d0a873b8be0d6dd19f1c424782789b27a3649c45 (diff) |
added documents for extensions
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 |