Replace → markup with tabs.

This commit is contained in:
2024-11-12 09:06:57 -05:00
parent 7b568063ea
commit 9f59cde407
2 changed files with 23 additions and 20 deletions

View File

@@ -38,6 +38,9 @@ for example in sel.css('.example'):
md = ''.join(example.css('.language-markdown *::text').getall())
html = ''.join(example.css('.language-html *::text').getall())
md = md.replace('', ' ')
html = html.replace('', ' ')
assert name is not None
write(f'''