Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattsturgeon/markdown-render
A simple script for outputting a resume from markdown input
https://github.com/mattsturgeon/markdown-render
Last synced: 4 months ago
JSON representation
A simple script for outputting a resume from markdown input
- Host: GitHub
- URL: https://github.com/mattsturgeon/markdown-render
- Owner: MattSturgeon
- Created: 2017-08-03T13:47:34.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:32:23.000Z (8 months ago)
- Last Synced: 2024-06-07T12:52:14.874Z (8 months ago)
- Language: CSS
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Renderer
A simple python script to render a markdown resume to both HTML and PDF.
## Requirements
If building with nix, the requirements will be handled automatically.
Otherwise you will need:
- Python 3.9+
- [Python-Markdown](https://github.com/Python-Markdown/markdown)
- [WeasyPrint](https://github.com/Kozea/WeasyPrint)## Usage
See `mdr --help`