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
- Flour
- Eggs
- Fruits
- Apples
- Pears
- First mix the flour and eggs.
- Put it in the oven preheated at 200°C for 30mins.
- Best suited with a cup of black tea.
Images
Photo Frame
Tile Gallery
Screenshot Gallery
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);