Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-07-21 09:55:19 +0300
committerRémy Coutable <remy@rymai.me>2016-07-21 09:56:57 +0300
commitab86d27d3390b0388bbd92f123adf71321faa492 (patch)
treec925c4435314f147c6b8d781b881a06defe2ce02 /doc/markdown
parent62bcbfc820dfee8e680ff3cfa220ef0d988ed9f6 (diff)
Don't allow `.ogg` as a valid video extension
`.ogg` is for music files. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/markdown.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/markdown.md b/doc/markdown/markdown.md
index d407eec2494..2bbe4b2a36e 100644
--- a/doc/markdown/markdown.md
+++ b/doc/markdown/markdown.md
@@ -286,7 +286,7 @@ Task lists can only be created in descriptions, not in titles. Task item state c
Image tags with a video extension are automatically converted to a video player.
-The valid video extensions are `.mp4`, `.m4v`, `.mov`, `.webm`, `.ogv`, and `.ogg`.
+The valid video extensions are `.mp4`, `.m4v`, `.mov`, `.webm`, and `.ogv`.
Here's a sample video: