page title

1. Section Title

A headline / section title automatically generates with a fragment link and number

It is specified by leading #, ## or ###

Regular paragraph with a lot of text in it

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

info.php

2. Images

3. Embedded Code

an example of embedded code snippets:

#include ‹stdlib.h› 

#include "some.h"

int main(int argc, char **argv)
{
    (void)argc; (void)argv;

    test();

    // create a file from cpp code
    system("touch out.html");

    return 0;
}