Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / blocks / nota.py
index 8a8d8bd..dbba883 100644 (file)
@@ -9,3 +9,5 @@ class Nota(WLElement):
 
     EPUB_TAG = HTML_TAG = "div"
     EPUB_CLASS = HTML_CLASS = "note"
+
+    SUPPRESS_NUMBERING = {'main': 'i'}