Mercurial > public > sg101
diff core/mdexts/deleted.py @ 1236:df3473a1ee8c modernize tip
Add unit tests for core.markup
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 07 Jun 2025 08:28:27 -0500 |
parents | 32ebe22f0cad |
children |
line wrap: on
line diff
--- a/core/mdexts/deleted.py Fri Jun 06 08:18:35 2025 -0500 +++ b/core/mdexts/deleted.py Sat Jun 07 08:28:27 2025 -0500 @@ -1,6 +1,6 @@ """ A python-markdown extension to add support for <del>. -The Markdown syntax is --this is deleted text--. +The Markdown syntax is ---this is deleted text---. """ import markdown