UNPKG

remark-docx

Version:

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

6 lines (5 loc) 179 B
import { RemarkDocxPlugin } from '../../types'; /** * A plugin to render LaTeX inside "math" and "inlineMath" nodes */ export declare const latexPlugin: () => RemarkDocxPlugin;