hello

Welcome to your blog! You can change this in the Settings screen.

Markdown Guide

Here’s is a short guide for formatting text with Markdown in Bloggi.

Headings

You can define headings by typing # at the beginning of the line. The number of hashtags determines the level of the heading. A post’s title is the first-level header, so a # is always fixed there.

## This is a second-level heading
### This is a third-level heading
#### This is a fourth-level heading

...

Welcome to Bloggi

Thank you for signing up. I’m happy that you’re here.

I didn’t want to spend too much time implementing a fancy onboarding flow so I just sneaked in this example post here explaining some things with the hope that you end up reading it.

The first thing you should know is that Bloggi uses Markdown for formatting. Markdown is a simple formatting syntax for converting plain text into HTML. If you don’t know it, fear not, it is easy to learn. I’ve put together a ...