From bcb0bd51d2114a7f086358b568928c3feeefea57 Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Mon, 6 Mar 2023 10:27:49 +0100
Subject: [PATCH] [DOCS] RELEASE-NOTES: video element in markdown

---
 RELEASE-NOTES.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index c9098f7232..7f4c04fa9b 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -167,6 +167,10 @@ If a repository has a file such as `.forgejo/workflows/test.yml`, it will be int
 
 The rendering of the review box is improved on small screens.
 
+#### [Video element enabled in markdown](https://codeberg.org/forgejo/forgejo/commit/f8a40dafb)
+
+The `<video>` HTML tag can now be used in MarkDown, with the `src`, `autoplay`, and `controls` attributes.
+
 #### [Copy citation file content in APA and BibTex format](https://codeberg.org/forgejo/forgejo/commit/9f8e77891)
 
 If a [BibTeX](https://fr.wikipedia.org/wiki/BibTeX) file named `CITATION.bib` is at the root of the repository, it can be conveniently copied and converted in APA by following the `Cite this repository` link.