comparison 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
comparison
equal deleted inserted replaced
1235:05d618e3f353 1236:df3473a1ee8c
1 """ 1 """
2 A python-markdown extension to add support for <del>. 2 A python-markdown extension to add support for <del>.
3 The Markdown syntax is --this is deleted text--. 3 The Markdown syntax is ---this is deleted text---.
4 4
5 """ 5 """
6 import markdown 6 import markdown
7 7
8 8