Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background

When uploading or editing a video, you can use the markdown language to enhance your video description.

Answer

The video description field supports standard markdown as defined by CommonMark.

The main formatting options are outlined on https://commonmark.org/help/ and include:

Code Block
*italic* or _italic_
**bold** or __bold__

# heading 1
## heading 2

[Link](http://a.com)

* list
* list
* list

1. numbered list
2. numbered list
3. numbered list

--- horizontal rule