Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / headers / naglowek_podrozdzial.py
index 6d3f85f..1cea01c 100644 (file)
@@ -6,3 +6,5 @@ class NaglowekPodrozdzial(WLElement):
     TXT_BOTTOM_MARGIN = 2
     TXT_LEGACY_TOP_MARGIN = 3
     TXT_LEGACY_BOTTOM_MARGIN = 0
+
+    HTML_TAG = "h4"