Table rendering (#40)

Renders markdown tables.
This commit is contained in:
Christian Muehlhaeuser
2019-11-26 04:21:22 +01:00
committed by GitHub
parent f47f525238
commit 9eee4b13c3
5 changed files with 104 additions and 10 deletions
+1
View File
@@ -8,6 +8,7 @@ require (
github.com/mattn/go-isatty v0.0.10
github.com/microcosm-cc/bluemonday v1.0.2
github.com/muesli/go-wordwrap v1.0.1-0.20191125090158-10bc5504e2a8
github.com/olekukonko/tablewriter v0.0.3
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/spf13/cobra v0.0.5
gopkg.in/russross/blackfriday.v2 v2.0.0