go-md2table

command module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 1 Imported by: 0

README

go-md2table

Transform markdown file into markdown table.

Example

go run main.go example/test.md

example/test.md:

# a
[line 1](line 1)
## b
[line 2](line 2)
[line 3](line 3)
### c
[line 4](line 4)
[line 5](line 5)
[line 6](line 6)
#### d
[line 7](line 7)
[line 8](line 8)
[line 9](line 9)
[line 10](line 10)

To:

||||||
|--|--|--|--|--|
|a|||| [line 1](line 1)|
||b||| [line 2](line 2) [line 3](line 3)|
|||c|| [line 4](line 4) [line 5](line 5) [line 6](line 6)|
||||d| [line 7](line 7) [line 8](line 8) [line 9](line 9) [line 10](line 10)|

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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