fix tests

This commit is contained in:
Fabio Pliger
2024-05-08 14:25:30 -05:00
parent 4c20406e01
commit 0c2dec3240
2 changed files with 218 additions and 207 deletions

View File

@@ -92,6 +92,7 @@ for header in [h1, h2, h3, h4, h5, h6]:
headers_code.append(f'{header.tag}("{header.tag.upper()} header")')
headers_code = "\n".join(headers_code)
MARKDOWN_EXAMPLE = """# This is a header
This is a ~~paragraph~~ text with **bold** and *italic* text in it!