28

  • Markdown Mermaid Diagrams
    • Since the vscode plugin for Mermaid syntax highlighting doesn't support the Devops wiki syntax of triple colons for the code fence:
:::mermaid
  graph TD;
    a-->b
:::
  • I actually found an existing issue and added my comment support to it on The Repo
  • Devops The wiki does not like markdown links to section headings even within the document itself. Corrected, its actually just sensitive to some types of headings but section heading links do still actually work