An Asciidoc renderer for marked.
import * as marked from "marked";
import { AsciiDoc } from "@dev-build-deploy/marked-asciidoc";
marked.use({ renderer: AsciiDoc })
marked.parse("# Hello world!");
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.
- MIT © 2023 Kevin de Jong <monkaii@hotmail.com>