fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Basic biblical tools.
[librarian.git]
/
src
/
librarian
/
elements
/
__init__.py
diff --git
a/src/librarian/elements/__init__.py
b/src/librarian/elements/__init__.py
index
0191ae5
..
affcb9e
100644
(file)
--- a/
src/librarian/elements/__init__.py
+++ b/
src/librarian/elements/__init__.py
@@
-79,6
+79,7
@@
WL_ELEMENTS = {
"pe": footnotes.PE,
"pr": footnotes.PR,
"pt": footnotes.PT,
"pe": footnotes.PE,
"pr": footnotes.PR,
"pt": footnotes.PT,
+ "ptrad": footnotes.PTrad,
"ref": ref.Ref,
"ref": ref.Ref,
@@
-127,10
+128,14
@@
WL_ELEMENTS = {
"rownolegle": tools.Rownolegle,
"tab": tools.Tab,
"rownolegle": tools.Rownolegle,
"tab": tools.Tab,
- # Section
"wywiad_pyt": blocks.WywiadPyt,
"wywiad_odp": blocks.WywiadOdp,
"wywiad_pyt": blocks.WywiadPyt,
"wywiad_odp": blocks.WywiadOdp,
+ # Biblical
+ "werset": bible.Werset,
+ "sekcja_petucha": bible.Petucha,
+ "sekcja_stuma": bible.Stuma,
+
# Inline MathML, should really be namespaced.
"mrow": styles.MRow,
"mi": styles.M,
# Inline MathML, should really be namespaced.
"mrow": styles.MRow,
"mi": styles.M,