mini-docs 0.4.1

A minimal, secure build-time Markdown to HTML generator for the mini-* family.
Documentation
1
2
3
4
{% extends "base.html" %}
{% block content %}
<article>{{ page.content | safe }}</article>
{% endblock %}