command
module
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Mar 7, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
go-md2table
Transform markdown file into markdown table.
Example
go run main.go example/test.md
example/test.md:
# a
line 1
## b
line 2
line 3
### c
line 4
line 5
line 6
#### d
line 7
line 8
line 9
line 10
To:
||||||
|--|--|--|--|--|
|a|||| line 1|
||b||| line 2 line 3|
|||c|| line 4 line 5 line 6|
||||d| line 7 line 8 line 9 line 10
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.