Skip to content

a fast CLI tool for converting markdown to html

Notifications You must be signed in to change notification settings

thebigbone/markhtml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • to install dependencies, run go mod tidy.
  • compile it using go build .
  • run the executable

Flags

-delete
    delete the converted html file
-file string
    markdown file
-pdf
    export to pdf file
-preview
    directly preview in browser

-file: specify the markdown file.
-delete: delete the converted html file. -pdf: export it as pdf. -preview: directly preview in browser.

All the outputs will be generated in output folder. The file names are randomized.

About

a fast CLI tool for converting markdown to html

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages