DevelopmentAlso called: "markdown syntax", "md format"
Markdown converts simple text syntax into HTML for easy documentation and content creation.
Common syntax
- #, ##, ###: Headings (h1, h2, h3).
- Bold: **text** or text.
- Italic: *text* or text.
- Links: text.
- Images: . 
- Code: inlineorblock.
Use cases
- Documentation (README files, wikis).
- Blog posts and static site generation.
- Technical notes and issue tracking.
- Collaborative writing in version control.
Explore More Development
View all termsCron Expression
A time-based job scheduling syntax using five or six fields to specify when tasks should run.
Read more →Diff Algorithm
A computational method for comparing two sets of data and identifying differences between them.
Read more →JSON (JavaScript Object Notation)
A lightweight data interchange format using human-readable text to represent structured data.
Read more →Regular Expressions (Regex)
Pattern-matching syntax used to search, validate, and manipulate text based on rules.
Read more →Text Diff (Difference)
A comparison showing line-by-line or character-by-character changes between two versions of text.
Read more →Universally Unique Identifier (UUID)
A 128-bit identifier guaranteed to be unique across space and time without central coordination.
Read more →