Skip to main content
All CollectionsGeneral
Markdown Cheatsheet for Video Descriptions
Markdown Cheatsheet for Video Descriptions

Quick Markdown cheatsheet for Dubb video descriptions: Learn syntax for bold, italic, links, and more for better formatting.

Darius avatar
Written by Darius
Updated over 2 months ago

Overview

This Markdown cheat sheet provides a quick overview of all the Markdown syntax elements. It can’t cover every edge case, so if you need more information about any of these elements, refer to the reference guides for basic syntax and extended syntax.

Basic Syntax

Element

Markdown Syntax

Heading

# H1
## H2
### H3

Bold

**bold text**

Italic

*italicized text*

Blockquote

> blockquote

Code

`code`

Horizontal Rule

---

Link

[title](https://www.example.com)

Image

![alt text](image.jpg)

How to Edit Video Descriptions with Markdown on Dubb

  1. Select Your Video

    • Action: Choose the video you want to edit from your Dubb account.

    • Benefit: Access the video settings where you can customize the description.

  2. Navigate to the Details Tab

    • Action: Go to the “Details” tab within the video settings.

    • Benefit: This section allows you to edit the video description that will appear on the landing page.

  3. Edit and Save Description

    • Action: Enter your text in the description box. Markdown syntax is supported for formatting (e.g., bold, italic).

    • Benefit: Create a well-formatted and engaging description to provide additional context or information.

  4. Use Markdown Cheat Sheet

    • Action: Click the link below the description box for a markdown cheat sheet.

    • Benefit: Easily format your text and add links by following the markdown syntax.

5. Preview Your Description

  • Action: Use the preview button to view how your description appears on the landing page.

  • Benefit: Ensure your description looks as intended and make any necessary adjustments before finalizing.

6. Check the Landing Page

  • Action: After saving, view the video landing page to see your description and formatting in action.

  • Benefit: Verify that the description displays correctly and enhances the viewer experience.

Watch this video tutorial for a step-by-step guide:

Did this answer your question?