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. Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.