jaytaylor / html2text

Golang HTML to plaintext conversion library
https://jaytaylor.com/html2text
MIT License
541 stars 138 forks source link

feat(tables): add tablewriter settings passthrough #33

Closed FrankSpitulski closed 5 years ago

FrankSpitulski commented 5 years ago

This allows people to configure the tablewriter without breaking compatibility with existing implementations.

@jaytaylor

jaytaylor commented 5 years ago

Hi @FrankSpitulski,

Please squash the commits so we can keep the history clean in the master branch.

FrankSpitulski commented 5 years ago

Squashed @jaytaylor

jaytaylor commented 5 years ago

LGTM.

Thanks @FrankSpitulski!