# no name yet simple web app that converts markdown to pdf using pandoc and lualatex. ## requirements - python 3.10+ - pandoc - lualatex ## run ```bash python -m venv .venv source .venv/bin/activate pip install -r requirements.txt python app.py ```