Additional Resources ========================== Find a HTML, Markdown, and RST comparison chart and links to online cheatsheets here. .. _additional_resources_syntax_comparison: Basic Syntax Comparison Chart ********************************* Use this table as a quick reference for HTML, Markdown [#f1]_, and RST. .. list-table:: **Basic Syntax Comparison** :widths: 25 25 25 25 :header-rows: 1 * - Syntax - HTML - Markdown (GFM) - RST * - Headings - ``

YourHeading

`` for top level heading. ``

YourHeading

`` for 2nd level heading, and so on through H6. - ``#`` before your heading. Add more hashtags to designate sub-level headings. You can use up to 6 hashtags, ``######``, for additional sub-level headings. - Type your heading. On the line below your heading, type a line of either ``*``, ``=``, or ``-`` repeating. The special character line must extend beyond the last letter of your heading. Use a different special character to denote a different level of heading. * - Bold - ``bold`` - ``**bold**`` - ``**bold**`` * - Italics - ``italics`` - ``*italics*`` - ``*italics*`` * - Ordered List - - Each ordered list starts with ``
    `` and ends with ``
``. - Each list item: ``
  • List Item
  • ``. - To sub-bullet: Insert a new ordered or unordered list, starting with ``
      `` or ``