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:
- first element
- second element
- third element
An unordered list looks like:
- one element
- two elements
- three elements
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.
