An app that started because I needed a markdown to PDF converter. I thought to myself, "How hard can it be to make my own?" Well, here we are, with a simple tool that converts your markdown files into polished PDF documents.
Yes, infact now that the initial functionality is completed I am planning on adding more conversion options, making this app into a fully featured converter.
- Converts Markdown files to PDF with ease
- Supports basic Markdown syntax (headings, lists, code blocks, etc.)
- Simple user interface
- Clone this repository.
- Install the required dependencies.
- Run the converter with your Markdown file as input.
# run the dev server
pnpm dev
# build the app
pnpm build
# check for linting errors
pnpm lint
# format the the code
pnpm format
# perform a clean install of the dependencies
pnpm cleanContributions are welcome! Feel free to open issues or submit pull requests to improve the converter.
This project is licensed under the MIT License.