Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created August 13, 2024 08:38
Show Gist options
  • Save kevinhooke/3b8deaed539b4ffe27f1e81c913e1e90 to your computer and use it in GitHub Desktop.
Save kevinhooke/3b8deaed539b4ffe27f1e81c913e1e90 to your computer and use it in GitHub Desktop.
Markdown notes
# 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