mdpage 0.1.3

Simple documentation tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "full_page": false,
    "title": "single_page",
    "contents": [
        {
            "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"
        },
        {
            "is_heading": false,
            "is_break": true
        }
    ]
}