Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MarkdownTable ¶
type MarkdownTable struct { Title string Header MarkdownTableRow Rows []MarkdownTableRow }
func ExtractMarkdownTables ¶
func ExtractMarkdownTables(markdownFilePath string, filter TableNameFilter) []*MarkdownTable
func (*MarkdownTable) String ¶
func (mdt *MarkdownTable) String() string
type MarkdownTableBuilder ¶
type MarkdownTableBuilder struct {
// contains filtered or unexported fields
}
func (*MarkdownTableBuilder) AddLine ¶
func (mdt *MarkdownTableBuilder) AddLine(line string)
func (*MarkdownTableBuilder) SetTitle ¶
func (mdt *MarkdownTableBuilder) SetTitle(line string)
func (*MarkdownTableBuilder) Transform ¶
func (mdt *MarkdownTableBuilder) Transform() *MarkdownTable
type MarkdownTableRow ¶
type MarkdownTableRow []string
type TableNameFilter ¶
func AnyTable ¶
func AnyTable(names []string) TableNameFilter
Click to show internal directories.
Click to hide internal directories.