asciidocr 0.1.9

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><tr>
        <td>Cell in <strong>column</strong> 1, <strong>row</strong> 1 </td>
        <td>Cell in column 2, row 1 </td>
        </tr>
        <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>
    </table>
</body>

</html>