vscode-markdown-preview-enhanced icon indicating copy to clipboard operation
vscode-markdown-preview-enhanced copied to clipboard

[BUG] Video embed freezes preview or spits out garbage

Open Chailotl opened this issue 1 year ago • 0 comments

Describe the bug When trying to embed a video using the ![]() syntax, the preview freezes or spits out nonsense output.

Environment

  • OS: Windows 10
  • VSCode: 1.86.2
  • Markdown Preview Enhanced: 0.8.11

To Reproduce Steps to reproduce the behavior:

  1. Create a new markdown file
  2. Type in ![](/video.mp4)
  3. Open markdown preview
  4. See it freeze or spit out garbage

Expected behavior The video should embed normally.

Markdown file

![](/video.mp4)

Screenshots image

Chailotl avatar Feb 25 '24 19:02 Chailotl