Blog title

Object formatting examples

Embed code by putting {% highlight language %} {% endhighlight %} blocks around it.

static void asyncEnabled(Dict* args, void* vAdmin, String* txid, struct Allocator* requestAlloc)
{
    struct Admin* admin = Identity_check((struct Admin*) vAdmin);
    int64_t enabled = admin->asyncEnabled;
    Dict d = Dict_CONST(String_CONST("asyncEnabled"), Int_OBJ(enabled), NULL);
    Admin_sendMessage(&d, txid, admin);
}

or using github markdown code snippet using

static void asyncEnabled(Dict* args, void* vAdmin, String* txid, struct Allocator* requestAlloc)
{
    struct Admin* admin = Identity_check((struct Admin*) vAdmin);
    int64_t enabled = admin->asyncEnabled;
    Dict d = Dict_CONST(String_CONST("asyncEnabled"), Int_OBJ(enabled), NULL);
    Admin_sendMessage(&d, txid, admin);
}

MathJax

You can enable MathJax by setting mathjax: true on a page or globally in the _config.yml. Some examples:

Euler’s formula relates the complex exponential function to the trigonometric functions.

The Euler-Lagrange differential equation is the fundamental equation of calculus of variations.

The Schrödinger equation describes how the quantum state of a quantum system changes with time.

Images

Upload an image to the assets folder and embed it with ![title](assets/name.jpg)). Keep in mind that the path needs to be adjusted if Jekyll is run inside a subfolder.

Flower

Flower by Tj Holowaychuk

Embedded Content

You can also embed a lot of stuff, for example from YouTube. To scale the video to full width use the <div class="embed"></div> wrapper around the iframe.

Large Content

You can use a .large wrapper to increase the width of an image or iframe:

Swiss Alps

Swiss Alps by René Reichelt