Commit 97c3603c authored by Craig Norris's avatar Craig Norris

Merge branch 'aqualls-mr64120-fix-asciidoc' into 'master'

Update asciidoc.md: Embedded Youtube and Vimeo videos don't show

See merge request gitlab-org/gitlab!76968
parents 035a9d2a 88a857db
......@@ -492,10 +492,13 @@ image::screenshot.png[block image,800,450]
Press image:reload.svg[reload,16,opts=interactive] to reload the page.
video::movie.mp4[width=640,start=60,end=140,options=autoplay]
```
video::aHjpOzsQ9YI[youtube]
GitLab does not support embedding YouTube and Vimeo videos in AsciiDoc content.
Use a standard AsciiDoc link:
video::300817511[vimeo]
```plaintext
https://www.youtube.com/watch?v=BlaZ65-b7y0[Link text for the video]
```
### Breaks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment