N
Credits

Demo

Demoing the theme

19 Feb 2017   ~1 minute

Text

Consectetur fugit temporibus hic iusto quae quod. Corporis est facere deleniti accusantium sed. Illo nemo voluptate soluta placeat voluptates fugiat commodi et. Placeat quis aut earum eos quisquam? Consequatur voluptates.

Bold

Italic

Quote

  1. ordered list
  2. next
  3. next
  4. next

Links

A normal link

A clean link

Images

One

Two

Video

Prefered Width: 736px

Music

Code

Direct:

Python

s="abc";"".join([chr(int("0x"+s[i:i+2],16)) for i in xrange(0,len(s),2)][::-1])

Vim

set nocompatible " be iMproved, required
let mapleader="\<Space>" " need to set the mapleader before the plugins

or embed: