Home

Org Formatting Demo

Heading 1

Heading 2

Heading 3

  1. Heading 4

    1. Heading 5

      1. Heading 6

Org Formatting Demo

This is a org mode, formatting demo

Simple markup

Simple text, italic, bold, code, verbatim

Footnotes

This is a example footnote1Contents of the footnote.

Code

#include <stdio.h>

int main(int argc, char **argv)
{
    printf("Hello, World!\n");
    return 0;
}