https://github.com/databio/markmeld
A Python package for melding markdown content and YAML structured data
https://github.com/databio/markmeld
jinja2 markdown pandoc yaml
Last synced: about 1 year ago
JSON representation
A Python package for melding markdown content and YAML structured data
- Host: GitHub
- URL: https://github.com/databio/markmeld
- Owner: databio
- License: bsd-2-clause
- Created: 2021-06-21T14:47:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-15T18:01:50.000Z (over 1 year ago)
- Last Synced: 2025-03-26T13:11:21.745Z (about 1 year ago)
- Topics: jinja2, markdown, pandoc, yaml
- Language: Python
- Homepage: https://markmeld.databio.org
- Size: 937 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 
Markmeld is a markdown melder. It merges yaml and markdown content using jinja2 templates. You configure markmeld with your content in computer-readable .md and .yaml files, and markmeld helps produce polished, publication-ready versions of your content, such as a PDF or HTML format. Markmeld is useful for many types of output document, including resumes, biosketches, manuscripts, proposals, books, and more.
Read the complete documentation at [markmeld.databio.org](https://markmeld.databio.org).
## Testing
Test with
```
pytest
```
You can also just build the demos.
```
cd demo
mm default
```