{
    "nodes": [
        {
            "type": "HEADING",
            "id": "wmigb295",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Section One: Getting Started"
                    }
                }
            ],
            "headingData": {
                "level": 2
            }
        },
        {
            "type": "PARAGRAPH",
            "id": "1ovg8706",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "In this section, we will cover the basics of getting started with Markdown. Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. "
                    }
                }
            ]
        },
        {
            "type": "PARAGRAPH",
            "id": "42dwu306"
        },
        {
            "type": "HEADING",
            "id": "51cdo317",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Subsection: What is Markdown? "
                    }
                }
            ],
            "headingData": {
                "level": 3
            }
        },
        {
            "type": "PARAGRAPH",
            "id": "93y46773",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Markdown is a way to style text on the web. You control the display of the document; formatting words as "
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "bold",
                        "decorations": [
                            {
                                "type": "BOLD",
                                "fontWeightValue": 700
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": " or "
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "italic",
                        "decorations": [
                            {
                                "type": "ITALIC",
                                "italicData": true
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": ", adding images, and creating lists are just a few of the things we can do with Markdown. "
                    }
                }
            ]
        },
        {
            "type": "PARAGRAPH",
            "id": "h7pvn358"
        },
        {
            "type": "HEADING",
            "id": "o8vng371",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Section Two: Formatting Text "
                    }
                }
            ],
            "headingData": {
                "level": 2
            }
        },
        {
            "type": "PARAGRAPH",
            "id": "cdb53928",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Markdown provides simple syntax for formatting text. Below are some common formatting options: "
                    }
                }
            ]
        },
        {
            "type": "PARAGRAPH",
            "id": "7pb6o385"
        },
        {
            "type": "HEADING",
            "id": "p27zn399",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Subsection: Bold and Italic "
                    }
                }
            ],
            "headingData": {
                "level": 3
            }
        },
        {
            "type": "PARAGRAPH",
            "id": "xwcuo429",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "- "
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Bold text",
                        "decorations": [
                            {
                                "type": "BOLD",
                                "fontWeightValue": 700
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": " is created by wrapping text with double asterisks (`**`). "
                    }
                }
            ]
        },
        {
            "type": "PARAGRAPH",
            "id": "poigd447",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "- "
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "Italic text",
                        "decorations": [
                            {
                                "type": "ITALIC",
                                "italicData": true
                            }
                        ]
                    }
                },
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": " is created by wrapping text with single asterisks (`*`). "
                    }
                }
            ]
        }
    ],
    "documentStyle": {
        "headerTwo": {
            "decorations": [
                {
                    "type": "BOLD",
                    "fontWeightValue": 700
                }
            ]
        }
    }
}
