A Markdown renderer for marked.
import * as marked from "marked";
import { Asciidoc } from "@dev-build-deploy/marked-markdown";
marked.use({ renderer: Markdown })
marked.parse("# Hello world!");
If you have suggestions for how marked-markdown
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>