Apidog Markdown
  1. Basic Syntax and Features
Apidog Markdown
  • Welcome to Apidog Markdown
  • Basic Syntax and Features
    • Title and Text
    • Lists & Tables
    • Image
    • Video
    • Code
    • Icon
    • Tailwind CSS Supports
  • Components
    • Admonition
    • Hightlight
    • Accordion
    • AccordionGroup
    • Multiple Columns
    • Card
    • Card Group
    • Image Frame
    • Step
    • Tab
    • Tip
    • Copy to Clipboard
    • Text Hover Tip
    • Text Drawing - Mermaid
      • Graph
      • Sequence Diagram
      • Class Digram
      • State Diagram
      • Entity Relationship Diagram
      • Journey Map
      • Gantt Chart
      • Pie Chart
    • Formula
      • Inline Formula
      • Block-level Formula
  • Other Questions
    • Shortcuts
  1. Basic Syntax and Features

Title and Text

Headings#

To create a heading, add number signs # in front of a word or phrase. The number of number signs you use should correspond to the heading level. The created Headings appears as part of the TOC, showed in the right-hand sidebar.
Code
Example Output

Heading Level 3#

Text#

To bold text, add two asterisk ** before and after a word or phrase. To italicize text, add one asterisk * before and after a word or phrase. For strikethrough text, Add ~~ before and after a word or phrase.
Code
Example Output

Bold Text

Italic Text

This is a strikethrough text

Combined Usage#

Code
Example Output

This is bold and italic text

This is bold and italic text, and also strikethrough

Superscript and Subscript Text#

Use sup and sub tags to create superscript and subscript text.
Code
Example Output

Normal text superscript text

Normal text subscript text

Links#

To create a link, enclose the link text in brackets [Link text] and then follow it immediately with the URL in parentheses (Link).
Example:
The rendered output looks like this:
Apidog Homepage

Blockquotes#

To create a blockquote, add a > in front of a paragraph. Blockquotes can contain multiple paragraphs. Add a > on the blank lines between the paragraphs.
Blockquotes can also be nested. Add a >> in front of the paragraph you want to nest.
This is an example of a blockquote.
Add the greater-than sign at the beginning of each line to quote multiple lines.
Nest another blockquote within a blockquote.
Code:
Previous
Welcome to Apidog Markdown
Next
Lists & Tables
Built with