@vivliostyle/vfm
Version:
Custom Markdown syntax specialized in book authoring.
13 lines (12 loc) • 324 B
TypeScript
/**
* derived from `remark-slug`.
* original: Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
* modified: 2021 and later is Akabeko
* @license MIT
* @see https://github.com/remarkjs/remark-slug
*/
/**
* Process Markdown AST.
* @returns Transformer.
*/
export declare const mdast: () => (tree: any) => void;