UNPKG

remark-docx

Version:

remark plugin to compile markdown to docx (Microsoft Word, Office Open XML).

6 lines (5 loc) 148 B
import { RemarkDocxPlugin } from '../../types'; /** * A plugin to render "html" node. */ export declare const htmlPlugin: () => RemarkDocxPlugin;