Markdown Features

Embedded MediaURL copied

VideoURL copied

AudioURL copied

PDF (iframe)URL copied

### Video

<video controls>
  <source src="/posts/vyasa%20manual/movie.mp4" type="video/mp4">
</video>

### Audio

<audio controls>
  <source src="/posts/vyasa%20manual/audio.mp3" type="audio/mpeg">
</audio>

### PDF (iframe)

<iframe
  src="https://www.holybooks.com/wp-content/uploads/Dante-Alighieri-The-Divine-Comedy.pdf"
  width="100%"
  height="600"
  style="border: 1px solid #e2e8f0; border-radius: 8px;"
></iframe>