2025.10.06-03:08:05

This commit is contained in:
2025-10-06 03:08:05 +02:00
parent 38a85cb9d5
commit e08b03bb42
57 changed files with 3222 additions and 157 deletions

View File

@@ -1,11 +1,15 @@
SIMPLE_HEADER_FORMATTERS = [
SIMPLE_FORMATTERS = [
(('h1',"<h1>%(value)s</h1>"),{}),
(('h2',"<h2>%(value)s</h2>"),{}),
(('h3',"<h3>%(value)s</h3>"),{}),
(('h4',"<h4>%(value)s</h4>"),{}),
(('h5',"<h5>%(value)s</h5>"),{}),
(('h6',"<h6>%(value)s</h6>"),{}),
(('mark',"<mark>%(value)s</mark>"),{}),
(("strong","<strong>%(value)s</strong>"),{}),
(("em","<em>%(value)s</em>"),{}),
(("br","<br>"),{"standalone":True}),
(('copy',"&copy;"),{'standalone':True}),
(('reg',"&reg;"),{'standalone':True}),
(('trade',"&trade;"),{'standalone':True}),