Markdown and Html

February 3, 2017

Jekyll supports the use of Markdown with inline HTML tags which makes it easier to quickly write posts with Jekyll, without having to worry too much about text formatting. A sample of the formatting follows.

Tables have also been extended from Markdown:

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Here’s an example of an image, which is included using Markdown:

Geometric pattern with fading gradient

Highlighting for code in Jekyll is done using Pygments or Rouge. This theme makes use of Rouge by default.

// count to ten
for (var i = 1; i <= 10; i++) {
    console.log(i);
}

// count to twenty
var j = 0;
while (j < 20) {
    j++;
    console.log(j);
}

Type Theme uses KaTeX to display maths. Equations such as can be displayed inline.

For life to be really fun, what you fear should line up with what you desire.

Materialize Theme

I am a very simple card. I am good at containing small bits of information, like a brief description of this blog.

Subscribe
This is a lightweight, minimalist Jekyll blog styled using Materialize CSS. Thanks for visiting!