Move HTML from the old transform sheet.
[librarian.git] / src / librarian / elements / blocks / nota.py
index 0e3f61f..dbba883 100644 (file)
@@ -1,3 +1,6 @@
+# This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
+#
 from ..base import WLElement
 
 
@@ -6,3 +9,5 @@ class Nota(WLElement):
 
     EPUB_TAG = HTML_TAG = "div"
     EPUB_CLASS = HTML_CLASS = "note"
+
+    SUPPRESS_NUMBERING = {'main': 'i'}