Skip to content

Sugggestion: When output format is markdown {{< video local.mp4 >}} should render to ![local](local.mp4) #12630

@cscheid

Description

@cscheid

Discussed in #12629

Originally posted by ajinkya-k April 25, 2025

Description

I noticed that when format: commonmark any video blocks such as {{< video local.mp4 >}} in the qmd file are rendered as:

[local](local.mp4)

May be it should render as:

![local](local.mp4)

so that a markdown previewer can directly display the video instead of just showing a link to it

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions