Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gomarkdown/mdtohtml
Command-line tool to convert markdown to html
https://github.com/gomarkdown/mdtohtml
Last synced: about 2 months ago
JSON representation
Command-line tool to convert markdown to html
- Host: GitHub
- URL: https://github.com/gomarkdown/mdtohtml
- Owner: gomarkdown
- Created: 2018-01-28T23:13:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-24T15:32:10.000Z (11 months ago)
- Last Synced: 2024-06-18T23:09:56.874Z (6 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 25
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown to HTML cmd-line tool
If you have Go installed, install with:
go get -u github.com/gomarkdown/mdtohtml
To run:
mdtohtml [options] inputfile [outputfile]
Run `mdtohtml` to see all options.
This is also an example of how to use [gomarkdown/markdown](https://github.com/gomarkdown/markdown) library.