fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
assigning ids
[librarian.git]
/
src
/
librarian
/
elements
/
styles
/
wieksze_odstepy.py
1
from ..base import WLElement
2
3
4
class WiekszeOdstepy(WLElement):
5
TXT_PREFIX = "*"
6
TXT_SUFFIX = "*"
7
8
EPUB_TAG = HTML_TAG = "em"
9
EPUB_CLASS = HTML_CLASS = "wieksze-odstepy"