Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
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;
}