mdpage 0.1.3

Simple documentation tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
{
    "full_page": false,
    "title": "Single doc",
    "main": {
        "label": "Single doc",
        "file": "tests/fixtures/data/single/readme.md",
        "markdown": "# Single doc\n\nJust a single page.",
        "html": "<h1>Single doc</h1>\n<p>Just a single page.</p>\n"
    },
    "contents": []
}