10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00
irpf90/public/content/post/2015-02-20-test-markdown.md
2018-11-20 15:20:35 +01:00

915 B
Raw Blame History

You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - itll teach you how to transform regular text into bold/italics/headings/tables/etc.

Here is some bold text

Here is a secondary heading

Heres a useless table:

Number Next number Previous number
Five Six Four
Ten Eleven Nine
Seven Eight Six
Two Three One

How about a yummy crepe?

Crepe

Heres a code chunk with syntax highlighting:

var foo = function(x) {
  return(x + 5);
}
foo(3)