init commit

This commit is contained in:
Yehoshua Adam Sandler
2026-02-05 15:33:07 -06:00
commit e70b629b4a
13 changed files with 1021 additions and 0 deletions

50
test.md Normal file
View File

@@ -0,0 +1,50 @@
# Heading 1
## Heading 2
This is a paragraph with **bold text** and *italic text* and `inline code`.
### Lists
- Item one
- Item two
- Item three
1. First
2. Second
3. Third
### Code Block
```go
func main() {
fmt.Println("Hello, world!")
}
```
### Blockquote
> This is a blockquote
> with multiple lines.
### Links
Visit [Example](https://example.com) for more info.
---
### Table
| Name | Age |
|------|-----|
| Alice | 30 |
| Bob | 25 |
### Task List
- [x] Done
- [ ] Not done
~~strikethrough text~~
![Alt text](image.png)