2025.12.25 15:47:21 (cachyos.cmoser.eu)
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
|
||||
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',"©"),{'standalone':True}),
|
||||
(('reg',"®"),{'standalone':True}),
|
||||
(('trade',"™"),{'standalone':True}),
|
||||
(('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', "©"), {'standalone':True}),
|
||||
(('reg', "®"), {'standalone':True}),
|
||||
(('trade', "™"), {'standalone':True}),
|
||||
]
|
||||
Reference in New Issue
Block a user