Experimental class-based conversion now working for TXT and HTML.
[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     HTML_TAG = "em"
9     HTML_CLASS = "wieksze-odstepy"