Personal Site
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add proper testing content to test.md

+62
+62
src/content/blog/test.md
··· 4 4 banner: test.png 5 5 pub: 2025-08-13 6 6 --- 7 + 8 + ## Header 2 9 + 10 + Paragraph 11 + 12 + Second paragraph with *italics*, **bold**, and ***both*** 13 + 14 + ## Header 2 15 + ### Header 3 16 + 17 + theres some `inline code` 18 + and heres an html 19 + ```html 20 + <span class="gay">Code Block</span> 21 + ``` 22 + 23 + ## Header 2 24 + ### Header 3 25 + #### Header 4 26 + 27 + > albert einstein said that or smthn 28 + 29 + --- 30 + 1. lists 31 + 2. ordered 32 + 1. nested 33 + 2. properly 34 + 1. testing 35 + 3. see 36 + 3. can go back out too 37 + 99. and jump up 38 + 45. and down too 39 + 40 + - unordered 41 + - lists 42 + - nested 43 + - deeper 44 + - unnesting 45 + - see 46 + 47 + - [ ] incomplete 48 + - [ ] task 49 + - [ ] relies on 50 + - [x] complete task 51 + - [x] eventually 52 + - [x] done 53 + 54 + - unordered 55 + 1. then ordered 56 + - then unordered 57 + - [ ] then a list 58 + - [x] which isnt done yet 59 + 60 + [heres a link](/) <https://example.com> <example@example.com> 61 + ![an image](./assets/nested.png) 62 + 63 + ## h2 64 + 65 + | Column | Col2 | 66 + | ------: | :------ | 67 + | testing | testing | 68 + | empty cells |