From 94c6fdd12c8352f26df112f1c21592b020bb7c06 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 16 Feb 2026 01:15:50 -0500 Subject: feat: initial commit --- templates/index.html | 77 ++++++++++++++++++++++++++++++++++++++++++ templates/partials/error.html | 4 +++ templates/partials/result.html | 5 +++ 3 files changed, 86 insertions(+) create mode 100644 templates/index.html create mode 100644 templates/partials/error.html create mode 100644 templates/partials/result.html (limited to 'templates') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..cd9c316 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,77 @@ + + + + + + Markdown to PDF + + + + + +
+

markdown → pdf

+

simple markdown export with pandoc + lualatex.

+ +
+ + + +
+

pdf options

+ + + + + + + +
+ main font + + +
+
+ + + Converting… +
+ +
+
+ + + + diff --git a/templates/partials/error.html b/templates/partials/error.html new file mode 100644 index 0000000..83825f1 --- /dev/null +++ b/templates/partials/error.html @@ -0,0 +1,4 @@ +
+

Conversion failed

+
{{ message }}
+
diff --git a/templates/partials/result.html b/templates/partials/result.html new file mode 100644 index 0000000..427382d --- /dev/null +++ b/templates/partials/result.html @@ -0,0 +1,5 @@ +
+

pdf ready

+

{{ filename }}

+ download pdf +
-- cgit v1.2.3