From eb84775cf931a92fc26f5e7d66c74ac1521ca30b Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 16 Feb 2026 01:43:05 -0500 Subject: refactor: update README --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 853cfda..1bf6ab6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ -# no name yet +# likha-pdf -simple web app that converts markdown to pdf using pandoc and lualatex. +a simple web app that converts markdown to pdf using pandoc and lualatex. + +## features + +- markdown to pdf export +- crappy image upload (but it works) +- emoji-capable latex template ## requirements @@ -8,10 +14,17 @@ simple web app that converts markdown to pdf using pandoc and lualatex. - pandoc - lualatex +## image usage + +1. upload an image from the page +2. click `insert into markdown` +3. generate pdf + ## run ```bash +cd src/ python -m venv .venv source .venv/bin/activate pip install -r requirements.txt -- cgit v1.2.3