Markdown styling


May 30, 2026

This is some writing to formalise the styling on writing pages. On this website a writing pages is from a markdown files. As I don't want to apply styling directly in markdown to not break my flow when writing, I want to style the html elements in a single place, and have it automatically format the writing.

So here is the basic syntax (and a new paragraph).

So an ordered list looks like:

  1. first element
  2. second element
  3. third element

An unordered list looks like:

a h3 heading

A link looks like this

# A shell script
ls

A piece of code.

A paragraph of text.

Here is a horizontal rule:


Here is text below the horizontal rule.

Here is some bold text. Here is some italics.

Here is a nice image: Some artwork

BACK [B]