convertmd

command module
v0.0.0-...-9fa4d9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 6 Imported by: 0

README

convertmd

uber simple commandline app convertmd converts markdown to html and text

build

go mod tidy
go build -o convertmd main.go

usage

./convertmd -input INPUT_FILE.md -output OUTPUT_FILE

example

./convertmd -input README.md -output NEW_README

output will be two new files converted from README.md to html and text:

NEW_README.html
NEW_README.txt

NOTE: The readme.txt and readme.html files in this repo were generated using this tool.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL