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

Icon

Markdown text supports the insertion of icons. Some components (such as Accordion, Accordion groups, Card, Card Group, Step, Tip, Highlight, etc.) also support the use of icons.
Currently, the following icons are directly supported: Material Design Icons (MDI), Remix Icon, Lucide Icons.

Component Usage with Icons#

Components like Accordion, Accordion Group, Card, Card Group, Step, Tip, Highlight, etc. support the use of icons. Most components use icons by adding the parameter icon="material-two-tone-storefront".
Example:
Card with Icon
Here is the card content
Code:
<Card title="Card with Icon" icon="material-two-tone-storefront"> 
Here is the card content
</Card>

Text Usage with Icons#

Within text, icons are used by :icon-code:.

Material Design Icons#

An icon is inserted in the middle of the text.
An icon :material-two-tone-storefront: is inserted in the middle of the text.

Remix Icon#

An icon is inserted in the middle of the text.
An icon :remix-bank-line: is inserted in the middle of the text.

Lucide Icons#

An icon is inserted in the middle of the text.
An icon :lucide-store: is inserted in the middle of the text.

Icon Code Rules#

1.
Material Design Icons rule: material-type-icon-name, such as material-outline-settings
2.
Remix Icon rule: remix-icon-name-type, such as remix-base-station-fill
3.
Lucide Icons rule: lucide-type-icon-name, such as lucide-circle-arrow-down
Modified at 2024-05-28 08:57:56
Previous
Code
Next
Tailwind CSS Supports
Built with