Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jfoshee/markdown-build
- Owner: jfoshee
- Created: 2012-02-20T05:17:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T21:23:43.000Z (about 9 years ago)
- Last Synced: 2023-03-11T11:46:44.359Z (almost 2 years ago)
- Language: C#
- Homepage:
- Size: 1.26 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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.