UNPKG

rehype-table-merge

Version:

A rehype plugin for merging cells of table elements.

8 lines (7 loc) 175 B
import { Root } from "hast"; /** * Transform all tables in the tree * * @param tree The root node of the hast tree */ export declare function transform(tree: Root): void;