mdpage 0.1.3

Simple documentation tool
Documentation
{
    "full_page": true,
    "title": "Readme main",
    "subtitle": "Custom subtitle",
    "main": {
        "label": "Readme main",
        "file": "tests/fixtures/data/readme.md",
        "markdown": "# Readme main\n\nSome content.",
        "html": "<h1>Readme main</h1>\n<p>Some content.</p>\n"
    },
    "contents": [
        {
            "label": "Documentation",
            "file": "tests/fixtures/data/doc.md",
            "markdown": "# Documentation\n\nDocumentation content.",
            "html": "<h1>Documentation</h1>\n<p>Documentation content.</p>\n"
        },
        {
            "label": "File 1",
            "file": "tests/fixtures/data/file1.md",
            "markdown": "# File 1\n\nFile 1 content.",
            "html": "<h1>File 1</h1>\n<p>File 1 content.</p>\n"
        },
        {
            "is_heading": false,
            "is_break": true
        },
        {
            "is_break": false,
            "label": "dir1",
            "is_heading": true
        },
        {
            "label": "Page 1",
            "file": "tests/fixtures/data/dir1/page1.md",
            "markdown": "# Page 1\n\nContent for page 1.",
            "html": "<h1>Page 1</h1>\n<p>Content for page 1.</p>\n"
        },
        {
            "label": "Page 2",
            "file": "tests/fixtures/data/dir1/page2.md",
            "markdown": "# Page 2\n\nContent for page 2.",
            "html": "<h1>Page 2</h1>\n<p>Content for page 2.</p>\n"
        },
        {
            "is_heading": false,
            "is_break": true
        },
        {
            "is_break": false,
            "label": "dir2",
            "is_heading": true
        },
        {
            "label": "footer",
            "file": "tests/fixtures/data/dir2/footer.md",
            "markdown": "Footer content.",
            "html": "<p>Footer content.</p>\n"
        },
        {
            "label": "Developer Guide",
            "file": "tests/fixtures/data/dir2/guide.md",
            "markdown": "# Developer Guide\n\nGuide content.",
            "html": "<h1>Developer Guide</h1>\n<p>Guide content.</p>\n"
        },
        {
            "label": "header",
            "file": "tests/fixtures/data/dir2/header.md",
            "markdown": "Header content.",
            "html": "<p>Header content.</p>\n"
        },
        {
            "label": "Dir 2 main",
            "file": "tests/fixtures/data/dir2/index.md",
            "markdown": "## Dir 2 main\n\nMore content.",
            "html": "<h2>Dir 2 main</h2>\n<p>More content.</p>\n"
        },
        {
            "is_heading": false,
            "is_break": true
        }
    ]
}