fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wip change fb2 api
[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
8a8d8bd
..
6bc0ff3
100644
(file)
--- a/
src/librarian/elements/blocks/nota.py
+++ b/
src/librarian/elements/blocks/nota.py
@@
-9,3
+9,7
@@
class Nota(WLElement):
EPUB_TAG = HTML_TAG = "div"
EPUB_CLASS = HTML_CLASS = "note"
+
+ FB2_TAG = 'cite'
+
+ SUPPRESS_NUMBERING = {'main': 'i'}