This is the OBSRVR template blog made with Eleventy. In this part I'll explain a bit about the markdown features so you can see what you can do with this blog template.
It's made with Eleventy as the engine and the code is stored on GitHub, and Netlify spreads the page across the world.
To edit, such as making a post or deleting a post, you can download the GitHub native app. It's simple, but already enough to make simple changes and commit them.
This is a numbered list
- I don't know what to say
- Again, I still don't know what to say
And this uses bullets or stars
- Still don't know what to say
- Yep, don't know what to say
This is a blockquote so you can quote anything you like here on your blog.
This is bold and this is italic and this is inline code, and below is a code block.
This is **bold** and this is *italic* and this is `inline code`, and below is a code block.
To highlight things you just write like this, you just put it like this <mark>
This is a URL link and you can tap it and this is an image, just write it like this

and it'll look like this:





That's the short explanation about the markdown magic on this blog, see ya.