mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Document video support in Markdown and reST.
This commit is contained in:
parent
2b5db0321b
commit
6c808e426f
2 changed files with 6 additions and 0 deletions
|
|
@ -94,3 +94,8 @@ directly into your source content.
|
|||
|
||||
Alternatively, you can also use Pelican plugins like ``liquid_tags``,
|
||||
``pelican_youtube``, or ``pelican_vimeo`` to embed videos in your content.
|
||||
|
||||
Moreover, markup languages like reST and Markdown have plugins that let you
|
||||
embed videos in the markup. You can use `reST video directive
|
||||
<https://gist.github.com/dbrgn/2922648>`_ for reST or `mdx_video plugin
|
||||
<https://github.com/italomaia/mdx-video>`_ for Markdown.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue