Skip to content

A project of playing with ways to make Markdown documentation readable and shareable everywhere.

Notifications You must be signed in to change notification settings

DeanHickerson/md-html-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MD - HTML - PDF

A project of playing with ways to make Markdown documentation readable and shareable everywhere. This app will take a specified markdown file and create an HTML file and PDF version.

Install

npm install

Run with NPM

npm start -- <INPUT_MARKDOWN_FILE> <OUTPUT_HTML_FILE>

OR

Run with Node

node index.js <INPUT_MARKDOWN_FILE> <OUTPUT_HTML_FILE>

To Do:

  • Build html render and PDF creation
  • Handle auto new file name
  • Provide support for only one type of output file format (Yargs?)
  • Turn it into a Electron App?
  • Make it a web app with Vue.js?

Some Supported Elements

Column 🚀 Header 🤟🏼 Names 💩
Some Row Data
Some more row (note the formatted text...) data
  • Emojis 🔥
  • Strikethrough

About

A project of playing with ways to make Markdown documentation readable and shareable everywhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published