This package has been deprecated

Author message:

This package is no longer actively maintained.

@donotjs/donot-transform-markdown

1.0.0 • Public • Published

donot-transform-markdown

Build Status

markdown compiler and renderer for donot.

Usage

Using the markdown donot transform plug-in is pretty easy.

var http = require('http'),
    donot = require('donot'),
    MarkdownTransform = require('donot-transform-markdown');

var server = http.createServer(donot(__dirname + '/public', {
	transforms: [ new MarkdownTransform({
		// Options
	}) ]
}));

server.listen(8000);

Now .md files in the /public folder will automatically be rendered and served as .html files.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @donotjs/donot-transform-markdown

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • trenskow_deprecated