Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 737 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 737 Bytes

Marked Markdown - A Markdown renderer for Marked

A Markdown renderer for marked.

Usage

import * as marked from "marked";
import { Asciidoc } from "@dev-build-deploy/marked-markdown";

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

Contributing

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.

License