Azure DevOps
MyOrg / MyProject / Overview / Wiki / Page 1
Theme:
Light (default)
Dark
High Contrast Dark
High Contrast Light
๐ Wiki Pages
๐
Page 1
๐
Page 2
๐
Getting Started
๐
Documentation
Close
Save
B
I
๐
H1
H2
H3
โข List
1. List
โ Task
๐ Table
</> Code
# ๐งช Azure DevOps Wiki Editor Playground ## ๐ ADO Markers Here are the special Azure DevOps markers supported by the editor. ### Table of Contents The `[[_TOC_]]` marker generates the table of contents. [[_TOC_]] ### Table of Sub-Pages The `[[_TOSP_]]` marker generates a list of sub-pages (rendered as a placeholder here). [[_TOSP_]] ### Escaped Markers (Edge Cases) These should render as text, not widgets, or be handled correctly by the parser/serializer. 1. Escaped brackets: \[\[_TOC_]] 2. Fully escaped: \[\[\_TOC\_]] 3. Mixed escaping: \[\[_TOSP_]] ## ๐ฅ Mentions & Work Items - **User Mention:** Hello @
, and @
! - **Work Item:** working on #123456 and #789. ## ๐ Tables ### With Mentions | Name | Role | Status | |------|------|--------| | @
| Developer | ๐ข Active | | @
| Designer | ๐ก Away | ### Standard | ID | Category | Value | |----|----------|-------| | 1 | A | 100 | | 2 | B | 200 | ## โ Task Lists - [x] Completed task - [ ] Pending task - [ ] Another pending task ## ๐ป Code Inline code: `const x = 1;` Block code: ```typescript function hello(name: string) { console.log(`Hello, ${name}!`); } ``` ## ๐จ Formatting & Media **Bold**, *Italic*, ~~Strikethrough~~ > ๐ก **Note:** This is a blockquote useful for calling out information. --- ### Links & Images [Google](https://google.com) 