wip change fb2 api
[librarian.git] / src / librarian / elements / blocks / nota.py
index 8a8d8bd..6bc0ff3 100644 (file)
@@ -9,3 +9,7 @@ class Nota(WLElement):
 
     EPUB_TAG = HTML_TAG = "div"
     EPUB_CLASS = HTML_CLASS = "note"
+
+    FB2_TAG = 'cite'
+
+    SUPPRESS_NUMBERING = {'main': 'i'}