BigUpdate 0.5.0
Python application / build (push) Has been cancelled

- add Local Render Mermaid
- add page-starе для указания смещения страниц
- add Гиперссылки в документе на списки литературы
This commit is contained in:
Igor20264
2026-09-07 09:54:33 +03:00
parent ac0aa33399
commit 1a5b35eb54
29 changed files with 4118 additions and 69 deletions
+5
View File
@@ -16,6 +16,11 @@ CITE_RE = re.compile(
)
def biblio_bookmark_name(key: str) -> str:
"""Word bookmark name for bibliography key (dots → underscores)."""
return "biblio_" + str(key).replace(".", "_")
@dataclass
class BiblioEntry:
key: str