https://github.com/sgaunet/mdtohtml
Command-line tool to convert markdown to html
https://github.com/sgaunet/mdtohtml
Last synced: 7 months ago
JSON representation
Command-line tool to convert markdown to html
- Host: GitHub
- URL: https://github.com/sgaunet/mdtohtml
- Owner: sgaunet
- License: mit
- Created: 2021-03-09T06:21:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-12T15:53:16.000Z (8 months ago)
- Last Synced: 2025-03-10T18:44:34.997Z (7 months ago)
- Language: CSS
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/sgaunet/mdtohtml)
[](https://github.com/sgaunet/mdtohtml/releases/latest)
[](https://goreportcard.com/report/github.com/sgaunet/mdtohtml)
# Markdown to HTML cmd-line tool
Tool to convert markdown file to html with a css like github.
# Forked project
I clean some code, remove some options and add [the github-markdown CSS](https://github.com/sindresorhus/github-markdown-css)
You can use the README ini tst folder to test the app.
```
mdtohtml README.md README.html
```# Docker Image
There is a docker image to integrate the binary into your own docker image for example.
For example, the Dockerfile should look like :
```
FROM sgaunet/mdtohtml:0.3.1 AS mdtohtmlFROM
...
COPY --from=mdtohtml /usr/bin/mdtohtml /usr/bin/mdtohtml
...```
# Install
## With homebrew
```
brew tap sgaunet/homebrew-tools
brew install sgaunet/tools/mdtohtml
```## Download release
And copy it to /usr/local/bin