UNPKG

remark-caml

Version:

A remark plugin for caml (semantic) attributes in markdown.

6 lines 273 B
/// <reference types="unist" /> import * as Uni from 'unist'; import { CamlOptions } from 'micromark-extension-caml'; declare function remarkCaml(this: any, opts?: Partial<CamlOptions>): (tree: Uni.Parent) => void; export { remarkCaml }; //# sourceMappingURL=index.d.ts.map