{
    "content": [
        {
            "type": "text",
            "text": "# RDoc::Markup::Parser (ri)\n\n## Section Outline\n\n- **RDoc::Markup::Parser < Object** (1 lines)\n- **Includes:** (18 lines)\n- **Constants:** (4 lines)\n- **Class methods:** (4 lines)\n- **Instance methods:** (14 lines)\n- **Attributes:** (3 lines)\n\n## Full Content\n\n### RDoc::Markup::Parser < Object\n\n------------------------------------------------------------------------\n\n### Includes:\n\nRDoc::Text (from gem rdoc-7.2.0)\n\n(from gem rdoc-7.2.0)\n------------------------------------------------------------------------\nA recursive-descent parser for RDoc markup.\n\nThe parser tokenizes an input string then parses the tokens into a\nDocument. Documents can be converted into output formats by writing a\nvisitor like RDoc::Markup::ToHTML.\n\nThe parser only handles the block-level constructs Paragraph, List,\nListItem, Heading, Verbatim, BlankLine, Rule and BlockQuote. Inline\nmarkup such as +blah+ is handled separately by\nRDoc::Markup::InlineParser.\n\nTo see what markup the Parser implements read RDoc.  To see how to use\nRDoc markup to format text in your program read RDoc::Markup.\n------------------------------------------------------------------------\n\n### Constants:\n\nLISTTOKENS:\nList token types\n\n### Class methods:\n\nnew\nparse\ntokenize\n\n### Instance methods:\n\nbuildheading\nbuildlist\nbuildparagraph\nbuildverbatim\ndebug\nget\nparse\npeektoken\nsetupscanner\nskip\ntokenize\ntokens\nunget\n\n### Attributes:\n\nattraccessor debug\nattrreader tokens\n\n"
        }
    ],
    "structuredContent": {
        "command": "RDoc::Markup::Parser",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "RDoc::Markup::Parser < Object",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "Includes:",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 3,
                "subsections": []
            }
        ]
    }
}