logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

reverse_markdown - transform HTML into Markdown

Authors

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

                                                   2019-12-17                                reverse_markdown(1)

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]

See Also