@dev-build-deploy/marked-asciidoc
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Marked Asciidoc - An Asciidoc renderer for Marked

An Asciidoc renderer for marked.

Usage

import * as marked from "marked";
import { AsciiDoc } from "@dev-build-deploy/marked-asciidoc";

marked.use({ renderer: AsciiDoc })
marked.parse("# Hello world!");

Contributing

If you have suggestions for how marked-asciidoc could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

Package Sidebar

Install

npm i @dev-build-deploy/marked-asciidoc

Weekly Downloads

1

Version

0.1.4

License

MIT

Unpacked Size

8.76 kB

Total Files

6

Last publish

Collaborators

  • kevin-de-jong