From 28ca6c14154edffae0f30d50020466498a8cef8e Mon Sep 17 00:00:00 2001 From: Avii Date: Sun, 4 May 2025 22:13:01 +0200 Subject: [PATCH] Markdown (.md) support --- templates/markdown.html.jinja | 327 ++++++++++++++++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 templates/markdown.html.jinja diff --git a/templates/markdown.html.jinja b/templates/markdown.html.jinja new file mode 100644 index 0000000..2caa571 --- /dev/null +++ b/templates/markdown.html.jinja @@ -0,0 +1,327 @@ + + + + + + + {{ filename }} + + + + + {{ content }} + + + \ No newline at end of file