Skip to content

Instantly share code, notes, and snippets.

View zahlman's full-sized avatar

Karl Knechtel zahlman

  • Toronto, Ont. Canada
View GitHub Profile
@zahlman
zahlman / converter.c
Created March 31, 2025 00:01 — forked from marcelofern/converter.c
Website converter (.md -> .html)
/* converter.c
*
* This code converts `.md` files into `.html` files.
*
* The main use is to write a static website in `.md` files, and then run this
* program to convert it to `.html`
*
* The program relies on the following variables:
*
* - INPUT_FOLDER: full path of the website with `.md` files.