Markdown
A lightweight markup language for formatting plain text.
Also known as: MD, Markdown syntax
Category: Tools
Tags: formats, formatting, technologies, tools, writing, knowledge-management
Explanation
Markdown is a lightweight markup language for creating formatted text using plain text editors. Created by John Gruber, it uses simple symbols like # for headings, * for emphasis, and - for lists. Markdown is human-readable even without rendering, making it ideal for notes that should remain accessible regardless of software. It's the standard format for tools like Obsidian, enabling the File Over App principle. Learning basic Markdown takes minutes but provides lasting formatting capabilities.
Related Concepts
← Back to all concepts