Cheat Sheets
Markdown Syntax
#markdown#docs#writing
About this Resource
Fast reference for Github-flavored markdown formatting and elements.
Headers
# H1
## H2
### H3
Emphasis
*Italic*
**Bold**
~~Strikethrough~~
Detailed Overview
Markdown is a lightweight markup language with plain-text-formatting syntax. This guide focuses on Github-flavored Markdown (GFM), which is widely used for documentation, README files, and comments on technical platforms.
More Cheat Sheets
Essential Git Cheat Sheet
The only Git commands you actually need. No fluff, just the essentials for daily development.
CSS Flexbox Visual Guide
A quick visual reference for flex-direction, justify-content, and align-items.
Docker Cheat Sheet
Quick reference for essential Docker commands and container management.