UNPKG

markugen

Version:

Markdown to HTML/PDF static site generation tool

8 lines (7 loc) 234 B
import { MarkedExtension } from 'marked'; /** * Extension for adding target="_blank" to absolute URLs and switching * *.md links to *.html * @returns the marked extension */ export default function markedLinks(): MarkedExtension;