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_cli.yaml | |
| 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_cli.yaml')
| -rw-r--r-- | html2md_cli.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/html2md_cli.yaml b/html2md_cli.yaml index 81af3db..a12a6fb 100644 --- a/html2md_cli.yaml +++ b/html2md_cli.yaml @@ -114,6 +114,11 @@ Options: Flag: "T,plugin-table" Usage: Plugin Table + - Name: PluginTableCompat + Type: bool + Flag: "plugin-table-compat" + Usage: Plugin TableCompat + - Name: PluginTaskListItems Type: bool Flag: "L,plugin-task-list" |