fnp
/
librarian.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add some missing elements.
[librarian.git]
/
src
/
librarian
/
elements
/
blocks
/
nota.py
1
from ..base import WLElement
2
3
4
class Nota(WLElement):
5
CAN_HAVE_TEXT = False
6
7
EPUB_TAG = HTML_TAG = "div"
8
EPUB_CLASS = HTML_CLASS = "note"