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
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,26 +38,26 @@ Markdown syntax lets you format content with headers, reference links, bold text
38
38
> [!NOTE]
39
39
> Markdown in Azure DevOps doesn't support JavaScript or iframes. For example, you can't embed interactive elements like countdown timers.
40
40
41
-
The following table shows which Markdown elements each feature supports and links to syntax sections in this article. The table uses the notation Definition of **Done**, Markdown **Widget**, Pull requests (**PR**), **README** files, and **Wiki** files.
41
+
The following list shows which Markdown elements each feature supports and links to syntax sections in this article:
42
42
43
43
| Markdown type | Done | Widget | PR | README | Wiki |
@@ -75,10 +75,12 @@ The following Markdown creates a top-level header (H1) and four levels of subhea
75
75
### This is a lower subheader (H3)
76
76
#### This is an H4 header
77
77
##### This is an H5 header
78
+
```
78
79
79
80
The following image shows the published view of the Markdown:
80
81
81
82
:::image type="content" source="media/markdown-guidance/markdown-headers.png" alt-text="Screenshot of the published view of Markdown syntax for five levels of headers.":::
0 commit comments