Skip to content

Commit 7fdb43a

Browse files
committed
added UUF info about iframe and javascript
1 parent 0e5ce79 commit 7fdb43a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/project/wiki/markdown-guidance.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ titleSuffix: Azure DevOps
44
ms.custom: wiki, devdivchpfy22
55
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.
66
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
89
ms.author: chcomley
910
author: chcomley
1011
ms.reviewer: gopinach
1112
ms.topic: conceptual
1213
monikerRange: '<= azure-devops'
13-
ms.date: 09/06/2024
14+
ms.date: 05/12/2025
1415
---
1516

1617
# Use Markdown in Azure DevOps
@@ -23,7 +24,7 @@ In this article, find basic syntax guidance for using Markdown in Azure DevOps f
2324

2425
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.
2526

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.
2728

2829
|Markdown type |Supported features |
2930
|---------|---------|
@@ -160,7 +161,7 @@ Combine these elements to apply emphasis to the text.
160161
::: moniker range="<=azure-devops"
161162

162163
> [!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>.
164165
165166
::: moniker-end
166167

@@ -930,7 +931,7 @@ See the following example of how the TOC renders when you add bold and italics t
930931
Consistency is maintained in the formatting of the TOC.
931932

932933
> [!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.
934935
935936
::: moniker-end
936937

0 commit comments

Comments
 (0)