From 0b300cb54b4b69de1af1a14987c9c745c7c0f3a2 Mon Sep 17 00:00:00 2001 From: Tali Herzka Date: Wed, 16 Nov 2022 16:52:57 -0500 Subject: [PATCH] Amend reference to fenced code blocks for math syntax in 3.7 release notes (#32643) Co-authored-by: Matt Pollard --- data/release-notes/enterprise-server/3-7/0.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/data/release-notes/enterprise-server/3-7/0.yml b/data/release-notes/enterprise-server/3-7/0.yml index de0e7f260615..77f09275e0de 100644 --- a/data/release-notes/enterprise-server/3-7/0.yml +++ b/data/release-notes/enterprise-server/3-7/0.yml @@ -285,6 +285,7 @@ sections: - | Users can write mathematical expressions using fenced code blocks with the `math` syntax in addition to the existing delimiters. `$$` is not required with this method. For more information, see "[Writing mathematical expressions](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)." + - **Note**: This feature is unavailable in GitHub Enterprise Server 3.7. The feature will be available in an upcoming release. [Updated: 2022-11-16] # https://github.com/github/releases/issues/2105 - | Users can render maps directly in Markdown using fenced code blocks with the `geojson` or `topojson` syntax, and embed STL 3D renders using `stl` syntax. For more information, see "[Creating diagrams](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)."