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

Video

The video player uses the Video component. Fill in the video URL in the src attribute. The video URL can be a direct link to an MP4 file or a web link to a video on major video platforms (no processing required, the system will automatically convert it into an embedded video). The currently supported video platforms are: Youtube, Vimeo. More platforms will be supported in the future.

Insert Video File#

For example, inserting MP4 file
Code:
<Video src="https://example.mp4"></Video>

Insert YouTube#

Code:
<Video src="https://youtu.be/mGAbi2gyFao"></Video>

Insert Viemo#

Code:
<Video src="https://vimeo.com/675640290"></Video>

HTML Element Description#

Video
src
string 
The URL of video
required
Specify the URL of the video file to be played
Previous
Image
Next
Code
Built with