Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslinn/markdowntohtml
Console app that converts various flavors of markdown to HTML and displays if possible
https://github.com/mslinn/markdowntohtml
Last synced: 3 months ago
JSON representation
Console app that converts various flavors of markdown to HTML and displays if possible
- Host: GitHub
- URL: https://github.com/mslinn/markdowntohtml
- Owner: mslinn
- License: mit
- Created: 2015-04-10T15:24:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T23:46:11.000Z (over 7 years ago)
- Last Synced: 2023-03-12T09:42:20.859Z (almost 2 years ago)
- Language: Scala
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown to HTML
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
`ToHtml` is a utility that reads files containing various flavors of markdown and converts them to HTML.
This project is sponsored by [Micronautics Research Corporation](http://www.micronauticsresearch.com/),
the company that delivers online Scala and Play training via [ScalaCourses.com](http://www.ScalaCourses.com).
You can learn exactly how this project works by taking the [Introduction to Scala](http://www.ScalaCourses.com/showCourse/40) and
[Intermediate Scala](http://www.ScalaCourses.com/showCourse/45) courses.## Running ##
From SBT:
````
sbt "runMain ToHtml README.md"
````