post banner

Genesis

Headings

Emphasis

Custom Formatting Syntax

Lists

Unordered Lists

Ordered Lists

  1. First item
  2. Second item
  3. Subitem 1
  4. Subitem 2
  5. Third item

Task Lists

Images

Code

Inline Code

Here is some inline print("Hello, world!") code and this is not highlighted but this is console.log("hii!!")

Code Blocks

# hii

def greet(name):
    print(f"Hello, {name}!", 123)

greet("World")

This codeblock is expandable to save on space.

function sayHello(name) {
    console.log("Hello, " + name + "!");
}

sayHello("World");

function foo(name) {
    console.log("Hello, " + name + "!");
}

foo(`bar`);

null
#include <stdio.h>

int main() {
    printf("%i", 123);

    return 0;
}
// this is a comment

use std::mem::transmute;

const STR: &str = "\u{200b}aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa";

fn main() {
    let mut i: usize = 0;

    i += 1;

    _ = unsafe {
        mem::transmute::<usize, isize>(i)
    };
}
# Heading

<span>hi</span>
No language specified
This is a plain code block.

Horizontal Rule


Blockquotes

This is a blockquote. It can span multiple lines.

And even be nested.

Tables

Header 1Header 2Header 3Header 3Header 3Header 3Header 3Header 3Header 3Header 3Header 3Header 3Header 3Header 3Header 3
Cell 1Cell 2Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3Cell 3
Cell 4Cell 5Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6Cell 6

HTML

This is some HTML text.

Test

Line Breaks

This is a line.
This is another line.

This is a line.
This is another line.

This is a line.
This is another line.

Escaping

* * * * *

Special Characters

` ~ ! @ # $ % ^ & * ( ) - _ = + [ ] { } | ; : ’ ” , . / < > ?

Emojis

😀 😁 😂 😃 😄 😅 😆 😇 😉 😊

Footnotes

This is some text1 with a footnote.2

Link References.1

This refers to number two.3


Footnotes

  1. This is a Link Reference 2

  2. Hello World

    Paragraph two of the definition.

    A blockquote with multiple lines.

    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    console.log("hello world");
    Header 1Header 2
    Cell 1Cell 2

    A final paragraph before list.3

    • Item 1
    • Item 2
      • Subitem 1
      • Subitem 2
  3. This is Footnote 2. Footnote 2 Depends on technology,1 as well as advanced technology.[^2l] 2