X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/db91f942ce46e3af1420f3469a83257ef5aca4c2..011b98a4661b754a0789ae78e145437b5b86e5fe:/src/librarian/elements/blocks/nota.py diff --git a/src/librarian/elements/blocks/nota.py b/src/librarian/elements/blocks/nota.py index 0e3f61f..dbba883 100644 --- a/src/librarian/elements/blocks/nota.py +++ b/src/librarian/elements/blocks/nota.py @@ -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'}