@unified-myst/render-html
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@unified-myst/render-html

Extends @unified-myst/core-parse, to output HTML (via conversion to HAST).

import { ProcessorHtml } from '@unified-myst/render-html'

const processor = new ProcessorHtml()

console.log(processor.toHtml('Hallo world!'))
// => '<p>Hallo world!</p>'

Package Sidebar

Install

npm i @unified-myst/render-html

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

8.12 kB

Total Files

6

Last publish

Collaborators

  • ebp-bot
  • chrisjsewell