fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2a71a2954eddd283187658973dc018fb8632f8b2
[librarian.git]
/
src
/
librarian
/
elements
/
styles
/
wyroznienie.py
1
from ..base import WLElement
2
3
4
class Wyroznienie(WLElement):
5
TXT_PREFIX = "*"
6
TXT_SUFFIX = "*"
7
8
EPUB_TAG = HTML_TAG = "em"
9
EPUB_CLASS = HTML_CLASS = "author-emphasis"