Understanding markdown lightweight formatting syntax
# Heading Level 1 This is standard text with **bold** and *italic* formatting. - List item number one - List item number two
- Uses clean, non-intrusive punctuation characters to structure pages
- Converts easily into standard HTML markup tags natively
- Maintains readable formatting inside raw code repositories
- Saves developers from writing verbose HTML tags manually