asciidocr 0.1.13

A pure-Rust CLI and library for processing and converting asciidoc files
Documentation
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title></title>
</head>

<body>
    <section data-type="sect1">
        <h1>This is a "Chapter" Heading in some contexts</h1>


        <p>Content.</p>
        <section data-type="sect2">
            <h1>This Is a Top-Level Heading (A-Head)</h1>


            <p>Content.</p>
            <section data-type="sect3">
                <h1>This Is a Second-Level Heading (B-Head)</h1>


                <p>Content.</p>
                <section data-type="sect4">
                    <h1>This Is a Third-Level Heading (C-Head)</h1>

                    <p>Content.</p>
                </section>
            </section>
        </section>

        <section data-type="sect2">
            <h1>This is a Top-Level Heading, and Should Not be Included in the Third-Level Heading</h1>

            <p>Content. </p>
        </section>
    </section>
</body>

</html>