diff options
Diffstat (limited to 'man/man1')
| -rw-r--r-- | man/man1/html2markdown.1.md | 4 | ||||
| -rw-r--r-- | man/man1/pandoc.1.md | 5 | 
2 files changed, 9 insertions, 0 deletions
| diff --git a/man/man1/html2markdown.1.md b/man/man1/html2markdown.1.md index 6c5d2dcc8..19d5104af 100644 --- a/man/man1/html2markdown.1.md +++ b/man/man1/html2markdown.1.md @@ -51,6 +51,10 @@ a complete list.  The following options are most relevant:  \--no-wrap  :   Disable text wrapping in output.  (Default is to wrap text.) +\--sanitize-html +:   Sanitizes HTML using a whitelist. Unsafe tags are replaced by HTML +    comments; unsafe attributes are omitted. +  -H *FILE*, \--include-in-header=*FILE*  :   Include contents of *FILE* at the end of the header.  Implies      `-s`. diff --git a/man/man1/pandoc.1.md b/man/man1/pandoc.1.md index 37d3dc262..427004419 100644 --- a/man/man1/pandoc.1.md +++ b/man/man1/pandoc.1.md @@ -126,6 +126,11 @@ to Pandoc.  Or use `html2markdown`(1), a wrapper around `pandoc`.  \--no-wrap  :   Disable text wrapping in output. (Default is to wrap text.) +\--sanitize-html +:   Sanitizes HTML (in markdown or HTML input) using a whitelist. +    Unsafe tags are replaced by HTML comments; unsafe attributes +    are omitted. +  \--toc, \--table-of-contents  :   Include an automatically generated table of contents (HTML, markdown,      RTF) or an instruction to create one (LaTeX, reStructuredText). | 
