2.8 KiB
title, description, ms.date, ms.prod, ms.technology, ms.topic, ms.localizationpriority, ROBOTS, author, ms.author, ms.reviewer, manager
title | description | ms.date | ms.prod | ms.technology | ms.topic | ms.localizationpriority | ROBOTS | author | ms.author | ms.reviewer | manager |
---|---|---|---|---|---|---|---|---|---|---|---|
Doc team test | A test article for the doc team's use. | 05/10/2022 | windows | windows | reference | null | NOINDEX | aczechowski | aaroncz | mstewart | dougeby |
Doc team test
This article is for testing purposes only.
Note
For more markdown examples and tips, see the template.md file at the root of the repository. Including examples of links and images.
Basic Markdown and GFM
All basic and Github-flavored markdown is supported. For more information, see:
Headings
Examples of first and second-level headings are above.
There must be only one first level heading in your article, which will be displayed as the on-page title.
Second-level headings will generate the on-page TOC that appears in the "In this article" section underneath the on-page title.
Third-level heading (###
)
Fourth-level heading (####
)
Fifth-level heading (#####
)
Text styling
Italics (_
)
Bold (**
)
Strikethrough (~~
)
Lists
Ordered lists
- This
- Is
- An
- Ordered
- List
Ordered list with an embedded list
- Here
- Comes
- An
- Embedded
- Scarlett
- Professor Plum
- Ordered
- List
Unordered Lists
- This
- Is
- A
- Bulleted
- List
Unordered list with an embedded list
- This
- Bulleted
- List
- Peacock
- Green
- Contains
- Other
- Colonel Mustard
- Yellow
- gold
- White
- cream
- silver
- Colonel Mustard
- Lists
Horizontal rule
Tables
Tables | Are | Cool |
---|---|---|
Column 3 is | Right-aligned | $1600 |
Column 2 is | Centered | $12 |
Column 1 is default | Left-aligned | $1 |
Code
Code block
{
"aggregator": {
"batchSize": 1000,
flushTimeout": "00:00:30"
}
}
In-line code
This example is for in-line code
.
Blockquotes
The drought had lasted now for ten million years, and the reign of the terrible lizards had long since ended. Here on the Equator, in the continent which would one day be known as Africa, the battle for existence had reached a new climax of ferocity, and the victor was not yet in sight. In this barren and desiccated land, only the small or the swift or the fierce could flourish, or even hope to survive.
Alerts
Note
Note
This alert is a NOTE
Warning
Warning
This alert is a WARNING
Tip
Tip
This alert is a TIP
Caution
Caution
This alert is a CAUTION
Important
Important
This alert is a IMPORTANT