# @donotjs/donot-transform-markdown

> Markdown template support for donot.

Latest version **1.0.0** (published 2016-08-06) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @donotjs/donot-transform-markdown
pnpm add @donotjs/donot-transform-markdown
yarn add @donotjs/donot-transform-markdown
bun add @donotjs/donot-transform-markdown
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2016-08-06 |
| First published | 2016-08-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+3 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Kristian Trenskow |
| Maintainers | trenskow |

## Links

- npm: https://www.npmjs.com/package/@donotjs/donot-transform-markdown
- Repository: https://github.com/donotjs/donot-transform-markdown
- Homepage: https://github.com/donotjs/donot-transform-markdown#readme
- Issues: https://github.com/donotjs/donot-transform-markdown/issues
- npm.io page: https://npm.io/package/@donotjs/donot-transform-markdown

## Dependencies (2)

- [marked](https://npm.io/package/marked.md) ^0.3.6
- [@donotjs/donot-transform](https://npm.io/package/@donotjs/donot-transform.md) ^1.0.5

## Recent versions

- 1.0.0 (latest) — 2016-08-06

## README

donot-transform-markdown
========================

[![Build Status](https://travis-ci.org/donotjs/donot-transform-markdown.svg?branch=master)](https://travis-ci.org/donotjs/donot-transform-markdown)

[markdown](http://npmjs.org/packages/markdown) compiler and renderer for [donot](http://github.com/donotjs/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

---
_Source: https://npm.io/package/@donotjs/donot-transform-markdown · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
