This is my Markdown to HTML converter written in C#. It uses the WFS .NET GUI and does not need any external packages/frameworks.
Open a markdown file from your computer, then click "Convert". The program will automatically save the HTML file in the same directory and with the same filename. You can view the converted file in the app.
Using Visual Studio 2022,
- Make sure Visual Studio is configured correctly (.NET desktop environment installed)
- Clone the repo
- Build the app
- That's it!
Copyright (c) Tobias Kisling ("tk_dev", "hasderhi") 2025 This software is released under the MIT-License. Please see license.txt for more information.
Version 1.0.0 (Release)