From 082a6fb51863893a955aa3d59bf241224c48fe0b Mon Sep 17 00:00:00 2001 From: ImportTaste <53661808+ImportTaste@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:29:25 -0500 Subject:
to newline plugin --- html2md_cliDef.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'html2md_cliDef.go') diff --git a/html2md_cliDef.go b/html2md_cliDef.go index d6abdef..f61bfca 100644 --- a/html2md_cliDef.go +++ b/html2md_cliDef.go @@ -39,6 +39,7 @@ type rootT struct { OptLinkStyle string `cli:"opt-link-style" usage:"Option LinkStyle"` OptLinkReferenceStyle string `cli:"opt-link-reference-style" usage:"Option LinkReferenceStyle"` OptEscapeMode string `cli:"opt-escape-mode" usage:"Option EscapeMode\n"` + PluginBrToNewline bool `cli:"plugin-br-to-newline" usage:"Plugin BrToNewline"` PluginConfluenceAttachments bool `cli:"A,plugin-conf-attachment" usage:"Plugin ConfluenceAttachments"` PluginConfluenceCodeBlock bool `cli:"C,plugin-conf-code" usage:"Plugin ConfluenceCodeBlock"` PluginFrontMatter bool `cli:"F,plugin-frontmatter" usage:"Plugin FrontMatter"` @@ -85,6 +86,7 @@ var root = &cli.Command{ // OptLinkStyle string // OptLinkReferenceStyle string // OptEscapeMode string +// PluginBrToNewline bool // PluginConfluenceAttachments bool // PluginConfluenceCodeBlock bool // PluginFrontMatter bool -- cgit v1.2.3