table2csv

package
v0.0.0-...-735ead8 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseMarkdownIntoTable

func ParseMarkdownIntoTable(filename string, mytable *Table) error

ParseMarkdownIntoTable parses a markdown file into a table

Types

type Table

type Table struct {
	Header []string
	Rows   [][]string
}

Table represents a markdown table

func GetTableFromMarkdown

func GetTableFromMarkdown(filename string) (*Table, error)

GetTableFromMarkdown returns a table from a markdown file

Jump to

Keyboard shortcuts

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