Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / styles / slowo_obce.py
index 537f7c6..3592a1e 100644 (file)
@@ -2,4 +2,5 @@ from ..base import WLElement
 
 
 class SlowoObce(WLElement):
-    pass
+    HTML_TAG = 'em'
+    HTML_CLASS = 'foreign-word'