ALL TEXT FORMAT CAI
    c.ai

    Markdown Complete Syntax Guide

    1. Headings

    H1 Heading

    H2 Heading

    H3 Heading

    H4 Heading

    H5 Heading
    H6 Heading

    2. Text Formatting

    Bold
    Italic
    Bold and Italic
    ~~Strikethrough~~
    Inline code

    Combined:
    Bold, Italic, BoldItalic, ~~Struck~~, code


    3. Paragraphs and Line Breaks

    Paragraph 1

    Paragraph 2 (after double line break)
    Line break with two spaces →
    Next line.


    4. Blockquotes

    This is a quote. It can span multiple lines.

    Nested blockquote:

    Outer

    Inner


    5. Lists

    Unordered List

    • Item A
    • Item B
      • Subitem B.1
      • Subitem B.2
    • Item C
    • Item D

    Ordered List

    1. First
    2. Second
      1. Substep
      2. Substep
    3. Third

    6. Code

    Inline

    inline code

    Code Block (no language)

    function hello() {
      return "Hello, World!";
    }

    Code Block (with language)

    js
    console.log("JavaScript code block");

    7. Horizontal Rules





    8. Links

    [unsupported link]

    [unsupported link]


    9. Images

    [unsupported media]


    10. Tables

    | Header 1 | Header 2 | |----------|----------| | Cell 1 | Cell 2 | | Cell 3 | Cell 4 |

    With alignment:

    | Left | Center | Right | |:-----|:------:|------:| | A | B | C |


    11. HTML in Markdown

    Custom styled text using HTML
    Bold HTML, Italic HTML


    12. Task Lists

    • [x] Task complete
    • [ ] Task incomplete
    • [ ] Another task

    13. Escaping Characters

    *Not italic*
    # Not a heading
    `Not code`
    _Underscore_


    14. Emojis (if supported)

    :smile: :tea: :rocket:
    Direct Unicode: ☕ 🌸 ✨


    15. Combo Example

    Blooming Flower Teahouse

    "A tranquil place to sip life slowly."
    ~~Limited Seating~~

    Menu

    • Jasmine Green
    • Rose Oolong
    • Osmanthus Black

    Visit us at:

    [unsupported link]

    Totally a legit teahouse link.