Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T15:16:24.000Z (6 months ago)
- Last Synced: 2024-09-12T04:08:02.794Z (5 months ago)
- Topics: jinja2, markdown, pandoc, yaml
- Language: Python
- Homepage: https://markmeld.databio.org
- Size: 913 KB
- Stars: 5
- Watchers: 2
- 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
```