0.1.6 • Published 6 years ago

@pimd/preview-plugin v0.1.6

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

PIMD Preview Plugin

Adds a preview (live HTML) to code blocks.

Example usage

```html +preview
<p>Example</p>
```

Setup

npm i pimd @pimd/preview-plugin
const { Document } = require("pimd")
const Config = require("pimd/lib/config")
const previewPlugin = require("@pimd/preview-plugin")

const config = new Config()
config.use(previewPlugin)

const markdown = `
\`\`\`html +preview
<p>Example</p>
\`\`\`
`
const doc = new Document(markdown, config)
console.log(doc.render())

Copyright

Copyright 2018++ Nico Hagenburger. See MIT-LICENSE for details. Get in touch with @hagenburger on Twitter or open an issue.

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago