0.1.5 • Published 12 months ago

@dev-build-deploy/marked-asciidoc v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

0.1.5

12 months ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago