Apidog Markdown
  1. Components
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. Components

Admonition

Apidog markdown currently supports 7 types of admonition (tip, warning, caution, danger, check, info, note).

Example#

TIP
This is a tip notice
WARNING
This is a warning notice
CAUTION
This is a caution notice
DANGER
This is a danger notice
CHECK
This is a check notice
INFO
This is an info notice
NOTE
This is a note notice
Code:
:::tip
This is a tip notice
:::

:::warning
This is a warning notice
:::

:::caution
This is a caution notice
:::

:::danger
This is a danger notice
:::

:::check
This is a check notice
:::

:::info
This is an info notice
:::

:::note
This is a note notice
:::
Notice content follows Markdown syntax.

No Title#

Here is the content
Code:
:::tip[]
Here is the content
:::

Custom Icon#

TIP
Here is the content
Code:
:::tip {icon="material-two-tone-storefront"}
Here is the content
:::
Previous
Tailwind CSS Supports
Next
Hightlight
Built with