Skip to content

panqixin16/word-to-markdown-demo

 
 

Repository files navigation

Word-to-markdown demo site

Live demo

This project contains a lightweight server implementation of word-to-markdown for converting Word Documents as a service.

To run the server, simply run script/server and open localhost:9292 in your browser. The server can also be run on Heroku.

A live version runs at word-to-markdown.herokuapp.com.

You can also use it as a service by posting raw HTML to /raw, which will return the raw markdown in response.

Usage

Deploy to Heroku

Some notes

This requires a multi-buildpack in order to install LibreOffice

About

A demo site for the word-to-markdown gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.7%
  • HTML 34.4%
  • CoffeeScript 7.9%
  • CSS 7.3%
  • Shell 0.7%