# phpman > man > rst2html5(1)

[RST2HTML5(1)](https://www.chedong.com/phpMan.php/man/RST2HTML5/1/markdown)                               text processing                              [RST2HTML5(1)](https://www.chedong.com/phpMan.php/man/RST2HTML5/1/markdown)



## NAME
       rst2html5 - convert reST documents to HTML 5

## SYNOPSIS
       rst2html5 [options] [<source> [<destination>]]

## DESCRIPTION
       Generates  HTML5 documents from standalone reStructuredText sources. Reads from <source> (de‐
       fault  is   stdin)   and   writes   to   <destination>   (default   is   stdout).    See   <‐
       _<http://docutils.sf.net/docs/user/config.html_>> for the full reference.

## OPTIONS
### General Docutils Options
       **--title=**_TITLE_
              Specify the document title as metadata.

       **--generator**, **-g**
              Include a "Generated by Docutils" credit and link.

### --no-generator
              Do not include a generator credit.

       **--date**, **-d**
              Include the date at the end of the document (UTC).

       **--time**, **-t**
              Include the time & date (UTC).

### --no-datestamp
              Do not include a datestamp of any kind.

       **--source-link**, **-s**
              Include a "View document source" link.

       **--source-url=**_<URL>_
              Use <URL> for a source link; implies --source-link.

### --no-source-link
              Do not include a "View document source" link.

### --toc-entry-backlinks
              Link from section headers to TOC entries.  (default)

### --toc-top-backlinks
              Link from section headers to the top of the TOC.

### --no-toc-backlinks
              Disable backlinks to the table of contents.

### --footnote-backlinks
              Link from footnotes/citations to references. (default)

### --no-footnote-backlinks
              Disable backlinks from footnotes and citations.

### --section-numbering
              Enable section numbering by Docutils.  (default)

### --no-section-numbering
              Disable section numbering by Docutils.

### --strip-comments
              Remove comment elements from the document tree.

### --leave-comments
              Leave comment elements in the document tree. (default)

       **--strip-elements-with-class=**_<class>_
              Remove  all  elements  with  classes="<class>" from the document tree. Warning: poten‐
              tially dangerous; use with caution. (Multiple-use option.)

       **--strip-class=**_<class>_
              Remove all classes="<class>" attributes from elements in the document  tree.  Warning:
              potentially dangerous; use with caution. (Multiple-use option.)

       **--report=**_<level>_, **-r** _<level>_
              Report  system  messages  at or higher than <level>: "info" or "1", "warning"/"2" (de‐
              fault), "error"/"3", "severe"/"4", "none"/"5"

       **--verbose**, **-v**
              Report all system messages.  (Same as "--report=1".)

       **--quiet**, **-q**
              Report no system messages.  (Same as "--report=5".)

       **--halt=**_<level>_
              Halt execution at system messages at or above <level>.  Levels as  in  --report.   De‐
              fault: 4 (severe).

### --strict
              Halt at the slightest problem.  Same as "--halt=info".

       **--exit-status=**_<level>_
              Enable  a  non-zero  exit  status for non-halting system messages at or above <level>.
              Default: 5 (disabled).

### --debug
              Enable debug-level system messages and diagnostics.

### --no-debug
              Disable debug output.  (default)

       **--warnings=**_<file>_
              Send the output of system messages to <file>.

### --traceback
              Enable Python tracebacks when Docutils is halted.

### --no-traceback
              Disable Python tracebacks.  (default)

       **--input-encoding=**_<name[:handler]>_, **-i** _<name[:handler]>_
              Specify the encoding and optionally the error handler of input  text.   Default:  <lo‐
              cale-dependent>:strict.

       **--input-encoding-error-handler=**_INPUT_ENCODING_ERROR_HANDLER_
              Specify  the  error  handler for undecodable characters.  Choices: "strict" (default),
              "ignore", and "replace".

       **--output-encoding=**_<name[:handler]>_, **-o** _<name[:handler]>_
              Specify the text encoding and optionally  the  error  handler  for  output.   Default:
              UTF-8:strict.

       **--output-encoding-error-handler=**_OUTPUT_ENCODING_ERROR_HANDLER_
              Specify error handler for unencodable output characters; "strict" (default), "ignore",
              "replace", "xmlcharrefreplace", "backslashreplace".

       **--error-encoding=**_<name[:handler]>_, **-e** _<name[:handler]>_
              Specify text encoding and error handler for error output.  Default text encoding: sys‐
              tem encoding.  Default error handler: backslashreplace.

       **--error-encoding-error-handler=**_ERROR_ENCODING_ERROR_HANDLER_
              Specify  the error handler for unencodable characters in error output.  Default: back‐
              slashreplace.

       **--language=**_<name>_, **-l** _<name>_
              Specify the language (as BCP 47 language tag).  Default: en.

       **--record-dependencies=**_<file>_
              Write output file dependencies to <file>.

       **--config=**_<file>_
              Read configuration settings from <file>, if it exists.

       **--version**, **-V**
              Show this program's version number and exit.

       **--help**, **-h**
              Show this help message and exit.

### Generic Parser Options
### --no-file-insertion
              Disable directives that insert the contents of  an  external  file;  replaced  with  a
              "warning" system message.

### --file-insertion-enabled
              Enable directives that insert the contents of an external file. (default)

### --no-raw
              Disable the "raw" directive; replaced with a "warning" system message.

### --raw-enabled
              Enable the "raw" directive. (default)

       **--line-length-limit=**_<length>_
              Maximal number of characters in an input line. Default 10 000.

### reStructuredText Parser Options
### --pep-references
              Recognize and link to standalone PEP references (like "PEP 258").

       **--pep-base-url=**_<URL>_
              Base URL for PEP references (default "_<http://www.python.org/dev/peps/_>").

       **--pep-file-url-template=**_<URL>_
              Template for PEP file part of URL. (default "pep-%04d")

### --rfc-references
              Recognize and link to standalone RFC references (like "RFC 822").

       **--rfc-base-url=**_<URL>_
              Base URL for RFC references (default "_<http://tools.ietf.org/html/_>").

       **--tab-width=**_<width>_
              Set number of spaces for tab expansion (default 8).

### --trim-footnote-reference-space
              Remove spaces before footnote references.

### --leave-footnote-reference-space
              Leave spaces before footnote references.

       **--syntax-highlight=**_<format>_
              Token  name  set for parsing code with Pygments: one of "long", "short", or "none" (no
              parsing). Default is "long".

       **--smart-quotes=**_<yes/no/alt>_
              Change straight quotation marks to typographic form: one of  "yes",  "no",  "alt[erna‐
              tive]" (default "no").

       **--smartquotes-locales=**_<language:quotes[,language:quotes,...]>_
              Characters to use as "smart quotes" for <language>.

### --word-level-inline-markup
              Inline  markup  recognized  at word boundaries only (adjacent to punctuation or white‐
              space). Force character-level inline markup recognition with "" (backslash  +  space).
              Default.

### --character-level-inline-markup
              Inline markup recognized anywhere, regardless of surrounding characters. Backslash-es‐
              capes must be used to avoid unwanted markup recognition. Useful for  East  Asian  lan‐
              guages. Experimental.

### Standalone Reader
### --no-doc-title
              Disable  the promotion of a lone top-level section title to document title (and subse‐
              quent section title to document subtitle promotion; enabled by default).

### --no-doc-info
              Disable the bibliographic field list transform (enabled by default).

### --section-subtitles
              Activate the promotion of lone subsection titles to section subtitles (disabled by de‐
              fault).

### --no-section-subtitles
              Deactivate the promotion of lone subsection titles.

### HTML-Specific Options
       **--template=**_<file>_
              Specify  the  template  file  (UTF-8  encoded).  Default is "/usr/share/docutils/writ‐
              ers/html5_polyglot/template.t xt".

       **--stylesheet=**_<URL[,URL,...]>_
              Comma  separated  list  of  stylesheet  URLs.  Overrides  previous  --stylesheet   and
              --stylesheet-path settings.

       **--stylesheet-path=**_<file[,file,...]>_
              Comma  separated  list  of stylesheet paths. Relative paths are expanded if a matching
              file is found in the --stylesheet-dirs. With --link-stylesheet, the path is  rewritten
              relative to the output HTML file. Default: "minimal.css,plain.css"

### --embed-stylesheet
              Embed  the stylesheet(s) in the output HTML file.  The stylesheet files must be acces‐
              sible during processing.  This is the default.

### --link-stylesheet
              Link to the stylesheet(s) in the output HTML file.  Default: embed stylesheets.

       **--stylesheet-dirs=**_<dir[,dir,...]>_
              Comma-separated  list  of  directories  where   stylesheets   are   found.   Used   by
              --stylesheet-path   when   expanding   relative   path   arguments.   Default:  "['.',
              '/usr/share/docutils/writers/html5_polyglot']"

       **--initial-header-level=**_<level>_
              Specify the initial header level.  Default is 2 for "<h2>".  Does not affect  document
              title & subtitle (see --no-doc-title).

       **--footnote-references=**_<format>_
              Format  for  footnote  references:  one  of  "superscript"  or "brackets".  Default is
              "brackets".

       **--attribution=**_<format>_
              Format for block quote  attributions:  one  of  "dash"  (em-dash  prefix),  "parenthe‐
              ses"/"parens", or "none".  Default is "dash".

### --compact-lists
              Remove extra vertical whitespace between items of "simple" bullet lists and enumerated
              lists.  Default: enabled.

### --no-compact-lists
              Disable compact simple bullet and enumerated lists.

### --compact-field-lists
              Remove extra vertical whitespace between items of simple field  lists.   Default:  en‐
              abled.

### --no-compact-field-lists
              Disable compact simple field lists.

### --embed-images
              Embed  images  in  the output HTML file, if the image files are accessible during pro‐
              cessing.

### --link-images
              Link to images in the output HTML file. This is the default.

       **--table-style=**_TABLE_STYLE_
              Added to standard table classes. Defined  styles:  borderless,  booktabs,  align-left,
              align-center, align- right, colwidths-auto. Default: ""

       **--math-output=**_MATH_OUTPUT_
              Math output format (one of "MathML", "HTML", "MathJax", or "LaTeX") and option(s). De‐
              fault: "HTML math.css"

### --xml-declaration
              Prepend an XML declaration. (Thwarts HTML5 conformance.) Default: False

### --no-xml-declaration
              Omit the XML declaration.

### --cloak-email-addresses
              Obfuscate email addresses to confuse harvesters while still keeping email links usable
              with standards- compliant browsers.




                                                                                        [RST2HTML5(1)](https://www.chedong.com/phpMan.php/man/RST2HTML5/1/markdown)
