DOKK / manpages / debian 12 / ruby-reverse-markdown / reverse_markdown.1.en
reverse_markdown(1) User Commands reverse_markdown(1)

reverse_markdown - transform HTML into Markdown

reverse_markdown [options] [file]

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.

The following options are supported.

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).

Use GitHub flavoured Markdown. The default is false.

This manual page page was written by Daniel Leidert <daniel.leidert@wgdd.de> for the Debian distribution (but may be used by others).

2019-12-17