Test

This is a test of md2html.py, a hand written converter (if you can even call it that). Hopefully it works fine...

Heading

Subheading

Sub-subheading

Body

Bold

Italic

Strikethrough

Underline

Code

This is a test of code2html, a vibecoded (unfortunately, but i had no idea how to do it) highlighter

#include <stdio.h>

int main()
{
    printf("Hello, World!\n");
    return 0;
}

code2html

To use code2html , run the following command ./code2html -input <input> [additional options]

I will gatekeep the additional options.

Le table au chocolat

There should be a table of common keybinds here. If it's not here, that probably means I didnt write that into md2html.py

Other funny stuff

Horizontal line below this


Horizontal line above this

Hyperlinks

URL

Image

What are these called

  1. list with numbers
  2. second item

Written on
Last edit on