Or maybe Markdown

numen guide markdown

This is a heading

This is a sub-heading

This is a sub-sub-heading

Some cool colorful text.

And some highlighting styles.

Here is a bulleted list,

  • This is a bullet point
  • This is another bullet point

Here is a numbered list,

  1. You can also number things down.
  2. And so on.

Here is a sample code snippet in C,

#include <stdio.h>

int main(void){
    printf("hello world!");
}

Here is a horizontal rule,


Here is a blockquote,

There is no such thing as a hopeless situation. Every single circumstances of your life can change!

Here is a table,

ID Name Subject
201 John Physics
202 Doe Chemistry
203 Samson Biology

Here is a link,
GitHub Inc. is a web-based hosting service for version control using Git

Here is an image,


Hello there stranger! Welcome to my address on the internet!