tableConvert

command module
v0.0.0-...-3a65007 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

README

tableConvert

Convert HTML Table to Markdown

usage
go install github.com/zemul/tableConvert@latest

$ tableConvert                   
Paste your HTML Table data  here
<table>
    <thead>
<tr>
    <th>name</th>
    <th>age</th>
</tr>
</thead>
<tbody>
    <tr>
        <td>tom</td>
        <td>18</td>
    </tr>
    </tbody>
</table>

| name | age |
| tom | 18 |

🍺 write clipboard success

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL