Markdown Playground

Text Formating

Markdown is intended to be as easy-to-read and easy-to-write as is feasible.

John Gruber

This page is a small CSS playground of mine where I want to test various elements that can be useful for writing articles.

This text is strongly emphasised.
This text is slightly emphasised.
You can combine them.

Ordered and Unordered Lists

  1. First mix the flour and eggs.
  2. Put it in the oven preheated at 200°C for 30mins.
  3. Best suited with a cup of black tea.

Images

Photo Frame

Image Description
A single image with a caption.

Tile Gallery

Image Description Image Description Image Description

Screenshot Gallery

Image Description Image Description Image Description Image Description

To style the image gallery I used this piece of code by MortBM.

Links

Afacad - the font I use for the website.

Tables

Some french irregular verb conjugations.

Je Tu Il Nous Vous Elles
Etre suis es est sommes etes sont
Avoir ai as a avons avez ont
Aller vais vas va allons allez vont
Dire dis dis dit disons dites disent
Faire fais fais fait faisons faites font
-s -s -t -ons -ez -ent

Code

Blocks of Code

let message = 'Hello world';
alert(message);