Files
personotes/notes/documentation/guides/markdown-syntax.md

434 B

title, date, last_modified, tags
title date last_modified tags
Markdown Syntax Guide 10-11-2025 10-11-2025:19:21
documentation
guide
markdown

Markdown Syntax

Headers

# H1
## H2
### H3

Emphasis

bold and italic

Lists

  • Item 1
  • Item 2
    • Nested

Code

Inline code and blocks:

def hello():
    print('Hello')

Tables

Column Column
Data Data