UNPKG

@diplodoc/transform

Version:

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

5 lines (4 loc) 198 B
import type { Lang } from '../typings'; export declare const CUSTOM_ID_REGEXP: RegExp; export declare const CUSTOM_ID_EXCEPTION = "[{#T}]"; export declare const ANCHOR_TITLES: Record<Lang, string>;