Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / styles / wyroznienie.py
index dce6936..c76b4cf 100644 (file)
@@ -5,3 +5,5 @@ class Wyroznienie(WLElement):
     TXT_PREFIX = "*"
     TXT_SUFFIX = "*"
 
+    HTML_TAG = "em"
+    HTML_CLASS = "author-emphasis"