Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# markmeld logo

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
```