This program was created for converting .md-files into .html-files with saving special punctuation.
For compilating a program, download program.cs and then write some comands in terminal:
User> cd C:\way\to\your\directory\where\program.cs
User> C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe program.cs
After this commands you will get program.exe in the same directory, where you have program.cs, and you can run it.
All you need to do is specify the full path to your markdown file
This is revert-commit