Skip to content

setanarut/mdgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdgo

Easy Markdown to HTML renderer. The command-line tool only includes a dark mode CSS theme and syntax highlighting embedded in the binary file.

Install

go install github.com/setanarut/mdgo@latest

Usage

It creates an HTML file with the same name in the current directory. test.md -> test.html

gomd test.md

Example output

Download the static offline HTML file and view it in your browser.

https://github.com/setanarut/mdgo/blob/main/_examples/test.html