Experimental class-based conversion now working for TXT and HTML.
[librarian.git] / src / librarian / elements / blocks / nota.py
index c38021d..a01bf29 100644 (file)
@@ -3,3 +3,6 @@ from ..base import WLElement
 
 class Nota(WLElement):
     CAN_HAVE_TEXT = False
+
+    HTML_TAG = "div"
+    HTML_CLASS = "note"