Fix HTML export of markdown (with newlines, tables and other styling preserved)
This commit is contained in:
parent
917e51aa0b
commit
5a54d809ed
4 changed files with 41 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue