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

Lists & Tables

Lists#

You can organize items into ordered and unordered lists.

Unordered Lists#

To create an unordered list, add dashes -, asterisk *, or plus sign + in front of line items. Indent one or more items to create a nested list.
Item 1
Item 2
Sub-item 1
Sub-item 2
Item 3
Code:
List items follow Markdown syntax.

Ordered Lists#

To create an ordered list, add line items with numbers followed by periods.. The numbers don’t have to be in numerical order, but the list should start with the number one.
1.
Item 1
2.
Item 2
Sub-item 1
Sub-item 2
3.
Item 3
1.
Sub-item 1
2.
Sub-item 2
Code:
List items follow Markdown syntax.

Task Lists#

Create an incomplete task by adding a space and the task description inside [ ].
Indicate a completed task by adding an x inside [ ].
Task 1
Completed Task 1
Task 2
Subtask 1
Completed Subtask 1
Code:
Task descriptions follow Markdown syntax.

Tables#

To add a table, use three or more hyphens --- to create each column’s header, and use pipes | to separate each column. For compatibility, you should also add a pipe on either end of the row.
NameAgeGenderEmail
Zhang San25Malezhangsan@example.com
Li Si30Femalelisi@example.com
Wang Wu35Malewangwu@example.com
Code:
Table content follows Markdown syntax.
Previous
Title and Text
Next
Image
Built with