UNPKG

@diplodoc/transform

Version:

A simple transformer of text in YFM (Yandex Flavored Markdown) to HTML

4 lines (3 loc) 167 B
import type { Lang } from '../typings'; export { CUSTOM_ID_REGEXP, CUSTOM_ID_EXCEPTION } from './custom-id'; export declare const ANCHOR_TITLES: Record<Lang, string>;