Ordered or numbered listsExample:markdown Copy 1. First item. 1. Second item. 1. Third item. Result:First item. Second item. Third item.Bulleted listsExample:Copy - Item 1 - Item 2 - Item 3 Result:Item 1 Item 2 Item 3Nested listsExample:...
Ordered or numbered listsExample:markdown 复制 1. First item. 1. Second item. 1. Third item. Result:First item. Second item. Third item.Bulleted listsExample:复制 - Item 1 - Item 2 - Item 3 Result:Item 1 Item 2 Item 3Nested listsExample:...
Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code Code Search Find more, search less Explore
Don't use letters in lists, including nested lists. They don't render correctly when published to Microsoft Learn. Nested lists using numbers will render as lowercase letters when published. For example:Markdown Copy 1. This is 1. a parent numbered list 1. and this is 1. a nested ...
By default, markdown-it-table-of-contents collects all headings and renders a nested list. It uses the slugify() function to create anchor targets for the links in the list. However, the headlines in your markdown document are not touched by markdown-it-table-of-contents. You'd have a...
- [ ] Checklists support multiple levels of nesting.Tables Tables are a great tool for adding structure to your content. Use the following syntax to create tables: To create columns, use vertical bars (|). The outer bars are optional. Separate the header row from the rest of the ...
## Lists ### Ordered List 1. First item 2. Second item 3. Third item ### Unordered List - Item A - Item B - Item C ### Nested List 1. Parent item - Child item - Child item ## Blockquotes > This is a blockquote. > Blockquotes are great for emphasizing important information...
By default, markdown-it-table-of-contents collects all headings and renders a nested list. It uses the slugify() function to create anchor targets for the links in the list. However, the headlines in your markdown document are not touched by markdown-it-table-of-contents. You'd have a...
This rule is triggered when you skip heading levels in a markdown document, for example: #Heading 1###Heading 3We skipped out a 2nd level heading in this document When using multiple heading levels, nested headings should increase by only one ...
Use the following syntax to create lists: Checklists are not supported in theCommonMark specification. This functionality has been implemented with an extension. While similar to theTask list items (extension)in GitHub Flavored Markdown, the implementation in YouTrack is slightly different. ...