Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2023 Changes in this version + func FromHTMLNode(doc *html.Node, o ...Options) (string, error) + func FromReader(reader io.Reader, options ...Options) (string, error) + func FromString(input string, options ...Options) (string, error) + type Options struct + OmitLinks bool + PrettyTables bool + PrettyTablesOptions *PrettyTablesOptions + TextOnly bool + type PrettyTablesOptions struct + Alignment int + AutoFormatHeader bool + AutoMergeCells bool + AutoWrapText bool + Borders tablewriter.Border + CenterSeparator string + ColWidth int + ColumnAlignment []int + ColumnSeparator string + FooterAlignment int + HeaderAlignment int + HeaderLine bool + NewLine string + ReflowDuringAutoWrap bool + RowLine bool + RowSeparator string + func NewPrettyTablesOptions() *PrettyTablesOptions