Created
August 13, 2024 08:38
-
-
Save kevinhooke/3b8deaed539b4ffe27f1e81c913e1e90 to your computer and use it in GitHub Desktop.
Markdown notes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Heading 1 | |
## Heading 2 | |
### Heading 3 | |
# Tables | |
| a | b | | |
|---|---| | |
|aaa|bbb| | |
# Lists | |
- item 1 | |
- item 2 | |
# Link Examples | |
Headings are treated as a link anchor, matching the name of the heading | |
[This is a link to heading called Link Examples](#Link-Examples) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment