Skip to content

inoricat/Markdown-CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown-CLI

GitHub issues GitHub GitHub followers GitHub contributors

A markdown CLI renderer in C++

(Still in development)

Goal

Simple syntax, concise commands and versatile while trying to be suckless.

Command Description
markdown -i input.md output.html Reads the markdown from the file and outputs to another file.
markdown output.html Reads the markdown from the stdin (optional).
markdown -i input.md Reads the markdown from the file and writes the output to the stdout.
markdown -i input.md -s style.css output.html Reads the markdown from the file and outputs to another file, applying the styling rules specified in the css (includes a <style></style> tag in the html head).
markdown -h or markdown --help Display the help (manual)

Manual

The goal is to have here a wiki, implement the manual page and add it to the tldr pages.

About

A markdown CLI renderer made in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • Makefile 2.0%