Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
````