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

  • 2026-04-12: Here’s what it actually does, how to build it yourself Andrej Karpathy posted a thread last week about how he manages knowledge. Millions of people read it. Most of them walked away thinking about the tools, the scripts, the markdown files, the Heres what it actually does how to build it yourself)