Apifox Markdown English
  1. Components
Apifox Markdown English
  • Welcome to Apifox 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
    • Image Background
    • Step
    • Tab
    • Tip
    • Copy to Clipboard
    • Text Hover Tip
    • Container
    • 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

Hightlight

Define the highlight block component through highlight. Supports 7 highlight color styles (purple, yellow, orange, red, blue, green, gray).

Example Effects#

πŸ’‘
This is highlighted content
πŸ‘‹
This is highlighted content
πŸš€
This is highlighted content
🌟
This is highlighted content
πŸš€
This is highlighted content
πŸ“Œ
This is highlighted content
πŸ”‘
This is highlighted content
Code:
:::highlight purple πŸ’‘
This is highlighted content
:::

:::highlight yellow πŸ‘‹
This is highlighted content
:::

:::highlight orange πŸš€
This is highlighted content
:::

:::highlight red 🌟
This is highlighted content
:::

:::highlight gray πŸš€
This is highlighted content
::: 

:::highlight blue πŸ“Œ
This is highlighted content
:::

:::highlight green πŸ”‘
This is highlighted content
:::
The content of the highlight block follows Markdown syntax.

Using Icon#

This is highlighted content
Code:
:::highlight purple {icon="material-two-tone-storefront"}
This is highlighted content
:::

Without Using Icon#

This is highlighted content
Code:
:::highlight purple
This is highlighted content
:::

Multi-level Nesting#

Parent
Parent content
Child
Child content
Deep Child
Deep child content
Code:
:::::info[Parent]

Parent content

::::danger[Child]

Child content

:::tip[Deep Child]

Deep child content

:::

::::

:::::
Previous
Admonition
Next
Accordion
Built with