fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
836671bc25aadd59ba2efc32072bd8b3f7fc8a3d
[librarian.git]
/
src
/
librarian
/
elements
/
paragraphs
/
akap.py
1
from ..base import WLElement
2
3
4
class Akap(WLElement):
5
STRIP = True
6
7
TXT_TOP_MARGIN = 2
8
TXT_BOTTOM_MARGIN = 2
9
TXT_LEGACY_TOP_MARGIN = 2
10
TXT_LEGACY_BOTTOM_MARGIN = 0
11
12
HTML_TAG = 'p'
13
HTML_CLASS = 'paragraph'
14
15
HTML_SECTION = True