Embedding Audio and Video Files

You can embed audio and video links into content using the Image markdown syntax using the Medial Links confiuration switch which is enabled by default.

Media Linking is enabled by default, but it's controlled via a configuration setting in:

Markdown.MediaLinks: true,

or search for Media Links in the Settings Editor.

Video Embedding

To embed video you can use the following syntax:

**Absolute**

![Video](https://anti-trust.rocks/albums/TheArbiterOfTruth.mp4)

**Relative**

![Video](So%20What.mp4)

Styling for the embedded images is handled via the video tag in the theme.css file. By default the video image is embedded with 100% width to fill the width of the document.

Audio Embedding

**Absolute**

![Audio](https://anti-trust.rocks/albums/SoWhat.mp3)

**Relative**

![Music](SpeculateSpeculate.mp3)

You can also embed YouTube links:

![You Tube](https://www.youtube.com/watch?v=m9oUu1wHsDM)

To get better formmatting and more control over YouTube content embedded in your document, you'll better off using the dedicated YouTube Embedding Dialog.


© West Wind Technologies, 2016-2023 • Updated: 07/13/23
Comment or report problem with topic