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

m2r - command-line tool to convert from markdown containing reStructuredText (rst) to reStructuredText

Description

       usage: m2r [-h] [--overwrite] [--dry-run] [--no-underscore-emphasis]

              [--parse-relative-links] [--anonymous-references] [--disable-inline-math] [input_file ...]

   positionalarguments:
       input_file
              files to convert to reST format

   options:-h, --help
              show this help message and exit

       --overwrite
              overwrite output file without confirmaion

       --dry-run
              print conversion result and not save output file

       --no-underscore-emphasis
              do not use underscore (_) for emphasis

       --parse-relative-links
              parse relative links into ref or doc directives

       --anonymous-references
              use anonymous references in generated rst

       --disable-inline-math
              disable parsing inline math

m2r 0.3.1                                         January 2023                                            M2R(1)

Name

       m2r - command-line tool to convert from markdown containing reStructuredText (rst) to reStructuredText

See Also