This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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. |