asciidocr 0.1.8

A 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>
    <table>
    <thead>
        <th>Column 1, header row </th>
    <th>Column 2, header row</th>
    </thead>
    <tbody>
        <tr>
        <td>Cell in column 1, row 2</td>
        <td>Cell in column 2, row 2</td>
        </tr>
        <tr>
        <td>Cell in column 1, row 3</td>
        <td>Cell in column 2, row 3</td>
        </tr>
    </tbody>
    </table>
</body>

</html>