Skip to content

Instantly share code, notes, and snippets.

View devkennyy's full-sized avatar
🤚

nihad devkennyy

🤚
  • 09:35 (UTC +10:00)
View GitHub Profile
@devkennyy
devkennyy / markdown-cheatsheet.md
Last active July 16, 2022 13:04
📕 The simplest guide to markdown

Syntax

Element Markdown Syntax
Heading # H1 ## H2 ### H3
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Ordered List `1. First item 2. Seco