Fix HTML export of markdown (with newlines, tables and other styling preserved)

This commit is contained in:
Miguel Jacq 2025-11-27 09:57:14 +11:00
parent 917e51aa0b
commit 5a54d809ed
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
4 changed files with 41 additions and 4 deletions

View file

@ -14,6 +14,7 @@ python = ">=3.10,<3.14"
pyside6 = ">=6.8.1,<7.0.0"
sqlcipher3-wheels = "^0.5.5.post0"
requests = "^2.32.5"
markdown = "^3.10"
[tool.poetry.scripts]
bouquin = "bouquin.__main__:main"