diff --git a/pdelfin/viewer/dolmaviewer_template.html b/pdelfin/viewer/dolmaviewer_template.html index 7f89422..5189a78 100644 --- a/pdelfin/viewer/dolmaviewer_template.html +++ b/pdelfin/viewer/dolmaviewer_template.html @@ -90,6 +90,22 @@ } + + +
@@ -106,5 +122,7 @@
{% endfor %} + + diff --git a/pyproject.toml b/pyproject.toml index c379c72..45b0570 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "Pillow", "ftfy", "bleach", - "duckdb", + "markdown2", ] license = {file = "LICENSE"}