Easy Markdown to HTML renderer. The command-line tool only includes a dark mode CSS theme and syntax highlighting embedded in the binary file.
go install github.com/setanarut/mdgo@latestIt creates an HTML file with the same name in the current directory. test.md -> test.html
gomd test.mdDownload the static offline HTML file and view it in your browser.
https://github.com/setanarut/mdgo/blob/main/_examples/test.html