fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Counting belongs in document.
[librarian.git]
/
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
(file)
--- 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
from ..base import WLElement
@@
-6,3
+9,5
@@
class Nota(WLElement):
EPUB_TAG = HTML_TAG = "div"
EPUB_CLASS = HTML_CLASS = "note"
EPUB_TAG = HTML_TAG = "div"
EPUB_CLASS = HTML_CLASS = "note"
+
+ SUPPRESS_NUMBERING = {'main': 'i'}