UNPKG

markugen

Version:

Markdown to HTML/PDF static site generation tool

7 lines (6 loc) 208 B
import { MarkedExtension } from 'marked'; /** * Extension for adding a copy and save button to code blocks * @returns the marked extension */ export default function markedCopySaveCode(): MarkedExtension;