Skip to content

Index

Markdown Cheatsheet

Markdown is key in documentation to present and display information in the best way possible.
This section focus on how to write Markdown and how to use Markdown extensions for doing this kind of things :

That's a big pile of Markdown extensions

This is some bash script, it is a cutting edge technology ain't much but it's honest work ! 💋

#!/bin/bash
echo "Hello world!"

#include <stdio.h>
int main(void) {
    printf("Hello world!\n");
}
#include <iostream>
int main() {
    std::cout << "Hello world!" << std::endl;
    return 0;
}
using System;
class Program {
    static void Main(string[] args) {
    Console.WriteLine("Hello world!");
    }
}
Spoiler alert

It's not that difficult !! ðŸ§