STRONG helper, thanks Vlad
This commit is contained in:
@@ -80,6 +80,7 @@ __all__ = [
|
||||
'OPTGROUP',
|
||||
'SELECT',
|
||||
'SPAN',
|
||||
'STRONG',
|
||||
'STYLE',
|
||||
'TABLE',
|
||||
'TAG',
|
||||
@@ -1320,6 +1321,11 @@ class P(DIV):
|
||||
return text
|
||||
|
||||
|
||||
class STRONG(DIV):
|
||||
|
||||
tag = 'strong'
|
||||
|
||||
|
||||
class B(DIV):
|
||||
|
||||
tag = 'b'
|
||||
|
||||
Reference in New Issue
Block a user