This is a test of md2html.py, a hand written converter (if you can even call it that). Hopefully it works fine...
Body
Bold
Italic
Strikethrough
Underline
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 ;
}
To use code2html
, run the following command ./code2html -input <input> [additional options]
I will gatekeep the additional options.
There should be a table of common keybinds here. If it's not here, that probably means I didnt write that into md2html.py
Horizontal line below this
Written on
Last edit on