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: Heres what it actually does how to build it yourself
- 2026-04-07: Karpathy
- 2026-04-10: Karpathys LLM Wiki Beyond RAG for Persistent Knowledge Bases · ▶ source