1.2 KiB
Initial commit
2023-09-15
I've been thinking a long time about having a place to publicly publish things. I'm not really into doing that on social media since it would lock my content in their format and make it hard to move anywhere else so i thought i would just write my "things" in plain markdown and then find a way of hosting them online.
Sure there's a lot of static site generators out there and a couple of them could probably be configured to work the way i want it to. However to me there is a joy in using things that I have built on my own so first i will try building something from scratch.
Here's some markdown for me to practice on.
H1
H2
H3
H4
H5
H6
Italics
Italics then text
Text then italics
Bold
Bold then text
Single line of code
code then text
Multi
Line
Of
Code
// Multi line code snippet with typescript syntax highlighting
const x: string = "arst";
const y = () => {
console.log(x);
};
- bullet
- bullet
- bullet
- bullet
- bullet
- ordered list item
- ordered list item
- ordered list item
- ordered list item
- ordered list item
link to the index link to the index with text after it
