Example post

#example#tutorial#tutorial

Heading 2

  • list element 1
  • list element 2
  • list element 3

Plain old paragraph text. What would be the main body of the article.

Embedded gist content:


List

Hello world

  • One
  • Two

Numberd list

  1. One
  2. Two
  3. Three

Visuals

Examples of images

This is a image

Code Syntax highlight

Examples for code syntax highlighting of diffrent languages

Go

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

Rust

fn main() {
    println!("Hello, World!");
}
MIT License © Ayoub Eddaoudi