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

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 orange 🚀
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
:::
Previous
Admonition
Next
Accordion
Built with