Step by Step, easy way for developers to get started with Azure Repos, GIT and Visual Studio. Nov 12, 2018 With the Azure DevOps Sprint 143 Update, we’re excited to announce the availability of our new rich text editor on the work item form in Azure Boards. The work item form can be accessed in Azure Boards from the work items hub, boards, backlogs, and queries. In Azure Devops, there is the possibility to view Readme.md files, but I would like to include/merge some text from another.md-file into that document. Or perhaps combine them in a wiki.I am not. Azure DevOps Blog DevOps, Git, and Agile updates from the team building Azure DevOps.
If you're using Microsoft's Azure DevOps chances are that at some point you will need to create a wiki page or some other content that will require some lists or bullet points.
Azure Devops Markdown To Pdf
Microsoft has a great page on the basics of Markdown to help you get started: https://docs.microsoft.com/en-us/azure/devops/project/wiki/wiki-markdown-guidance?view=azure-devops
One thing that I was looking for that was missing was a note about nested lists.
Luckily, it's pretty easy to output indented nested lists. Simply use 2 spaces followed by a '*' to indent your content. Continue to add double spaces to indent further under your list items if required.
The example below shows how to display a list that is 5 levels deep.
This should give you nested lists that look a little something like this:
Azure Devops Markdown Color
Just make sure you include a space between the * and your text and hopefully you should see something similar.