You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/project/wiki/markdown-guidance.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,14 @@ titleSuffix: Azure DevOps
4
4
ms.custom: wiki, devdivchpfy22
5
5
description: Discover how to utilize Markdown to incorporate tables, mathematical symbols, and share information effectively in pull requests, README files, dashboards, and wikis in Azure DevOps.
6
6
ms.subservice: azure-devops-wiki
7
-
ms.assetid: 43D2156E-2E20-42B8-B816-43E95CB479C5
7
+
ms.assetid: 43D2156E-2E20-42B8-B816-43E95CB479C5
8
+
ai-usage: ai-assisted
8
9
ms.author: chcomley
9
10
author: chcomley
10
11
ms.reviewer: gopinach
11
12
ms.topic: conceptual
12
13
monikerRange: '<= azure-devops'
13
-
ms.date: 09/06/2024
14
+
ms.date: 05/12/2025
14
15
---
15
16
16
17
# Use Markdown in Azure DevOps
@@ -23,7 +24,7 @@ In this article, find basic syntax guidance for using Markdown in Azure DevOps f
23
24
24
25
Use Markdown to add formatting, tables, images, and more to your project pages, README files, dashboards, pull requests, [wikis](#use-markdown-in-wikis), and so on.
25
26
26
-
Not all Markdown syntax is supported across all features in Azure DevOps. The following table links to each basic syntax section in this article and highlights which features support it.
27
+
Not all Markdown syntax is supported across all features in Azure DevOps. The following table links to each basic syntax section in this article and highlights which features support it. Markdown in Azure DevOps doesn't support JavaScript or iframes, which means that you can't embed interactive elements such as countdown timers directly, for example.
27
28
28
29
|Markdown type |Supported features |
29
30
|---------|---------|
@@ -160,7 +161,7 @@ Combine these elements to apply emphasis to the text.
160
161
::: moniker range="<=azure-devops"
161
162
162
163
> [!NOTE]
163
-
> There is no Markdown syntax that supports underlining text. Within a wiki page, you can use the HTML `<u>` tag to generate underlined text. For example, `<u>underlined text</u>` yields <u>underlined text</u>.
164
+
> There's no Markdown syntax that supports underlining text. Within a wiki page, you can use the HTML `<u>` tag to generate underlined text. For example, `<u>underlined text</u>` yields <u>underlined text</u>.
164
165
165
166
::: moniker-end
166
167
@@ -930,7 +931,7 @@ See the following example of how the TOC renders when you add bold and italics t
930
931
Consistency is maintained in the formatting of the TOC.
931
932
932
933
> [!NOTE]
933
-
> The tag \[[\_TOC\_]] is case-sensitive. For example, \[[\_toc\_]]may not render the TOC. Also, only the first instance of [[\_TOC\_]] is rendered and the rest are ignored.
934
+
> The tag \[[\_TOC\_]] is case-sensitive. For example, \[[\_toc\_]]might not render the TOC. Also, only the first instance of [[\_TOC\_]] is rendered and the rest are ignored.
0 commit comments