Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jfoshee/markdown-build

Builds markdown files
https://github.com/jfoshee/markdown-build

Last synced: about 2 months ago
JSON representation

Builds markdown files

Awesome Lists containing this project

README

        

Markdown Build
--------------

**Markdown Build** is a tool for building a tree
of Markdown files. It takes two parameters:
Source Directory and
Destination Directory.
Files are recursively copied from the source to the destination transforming any markdown files to html along the way.

It supports the concept of partials. It auto-includes js and css files.

The goal is for the transformation process to be straightforward and intuitive: like Markdown.

Until I have something fancier, you can read more here:

**Feedback Welcome**

Acknowledgements
----------------

Thanks, John Gruber, for Markdown.

Thanks to the contributors of MarkdownSharp.