diff options
| author | kj_sh604 | 2026-02-16 01:43:05 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-16 01:43:05 -0500 |
| commit | eb84775cf931a92fc26f5e7d66c74ac1521ca30b (patch) | |
| tree | 511eb641510b6b69930d45f6fa97eebbdf431046 | |
| parent | afd82dc38510c6a47cfa227f40f1dae76e1a526c (diff) | |
refactor: update README
| -rw-r--r-- | README.md | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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 |
