diff options
| author | Tong Sun <[email protected]> | 2020-08-09 11:42:51 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2020-08-09 11:42:51 -0400 |
| commit | 19ead5b3f9722a404244a5f93050ccfc17bb08c2 (patch) | |
| tree | 68fc51c689e4f40577bd8fa9f7ec872f7048825b /html2md_main.go | |
| parent | - [*] refactor out handleOptions() & handlePlugins() to reduce cyclomatic com... (diff) | |
| download | html2md-19ead5b3f9722a404244a5f93050ccfc17bb08c2.tar.xz html2md-19ead5b3f9722a404244a5f93050ccfc17bb08c2.zip | |
- [+] add TableCompat plugin; enable Table
Diffstat (limited to 'html2md_main.go')
| -rw-r--r-- | html2md_main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html2md_main.go b/html2md_main.go index ebf91fe..2bb6225 100644 --- a/html2md_main.go +++ b/html2md_main.go @@ -49,8 +49,8 @@ type OptsT struct { var ( progname = "html2md" - version = "0.1.01" - date = "2020-07-25" + version = "0.2.01" + date = "2020-08-08" rootArgv *rootT // Opts store all the configurable options |