Markdown Azure Devops



  1. Software Architecture with C# 9 and.NET 5: Architecting software solutions using microservices, DevOps, and design patterns for Azure, 2nd Edition Gabriel Baptista, Francesco Abbruzzese.
  2. Plan smarter, collaborate better, and ship faster with Azure DevOps Services, formerly known as Visual Studio Team Services. Get agile tools, CI/CD, and more.
  3. Use abapGit to create a new branch in the repository hosted on Azure DevOps by using the Transport to branch functionality of abapGit. Pull the branch to my local PC. Add the Markdown file to the branch in Azure DevOps by pushing through command-line Git. Create the pull request in Azure DevOps.
AzureAzureMarkdown Azure Devops

In this article, find some Wiki-specific Markdown syntax guidance for use in Azure DevOps. Table of contents (TOC) for Wiki pages To create a table of contents, add a TOC.

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.

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:

Markdown Azure Devops

Azure Devops Markdown Wiki

Just make sure you include a space between the * and your text and hopefully you should see something similar.

Azure

Azure Devops Wiki Indent

Please enable JavaScript to view the comments powered by Disqus.blog comments powered by Disqus