reverse_markdown - transform HTML into Markdown
Contents
Description
reverse_markdown transforms HTML into Markdown. It supports all the established tags and can be extended
to handle new ones too. It can deal with nested lists, inline and block code and blockquotes.
Name
reverse_markdown - transform HTML into Markdown
Options
The following options are supported.
-umode,--unknown_tagsmode
Define how to handle unknown tags.
Supported modes are: pass_through (include unknown tags in result), drop (remove tag and its
content from output), bypass (ignore the unknown tag but try to convert its content) and raise
(raise an error).
-gbool,--github_flavoredbool
Use GitHub flavoured Markdown. The default is false.
Synopsis
reverse_markdown [options] [file]
