Markdown Guide

Basics

  • Syntax: Simple formatting using symbols like #, *, -, etc.
  • Headers: # for largest, ###### for smallest.
  • Lists: - for unordered, 1. for ordered.
  • Links: [text](url) or WikiLink for internal links.
  • Images: ![alt text](image url).

Advanced Features

  • Tables: Use | for columns and --- for headers.
  • Code Blocks: ```language ``` for syntax highlighting.
  • Footnotes: [^1] with [^1]: text at the bottom.
  • Blockquotes: > for quoted text.

Integration with Tools

New Information from 2026-04-14

2026 04 14 Build an agentic rag system in azure ai and foundry

Source Notes