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:
.
Advanced Features
- Tables: Use
|for columns and---for headers. - Code Blocks:
```language ```for syntax highlighting. - Footnotes:
[^1]with[^1]: textat the bottom. - Blockquotes:
>for quoted text.
Integration with Tools
- Obsidian: Supports WikiLink for internal linking.
- GitHub: Renders markdown natively.
- Agentic RAG Systems: Can process markdown for documentation.
Related Concepts
New Information from 2026-04-14
- Agentic RAG in Azure AI: Guide based on a video tutorial from Azure Innovation Station.
- Markdown Usage: Documenting AI agent creation process.
- Video Reference: Azure Innovation Station channel.
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)