UNPKG

@diplodoc/transform

Version:

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

11 lines (10 loc) 191 B
export interface ChangelogItem { title: string; image: { src: string; alt: string; ratio?: string; }; description: string; [x: string]: unknown; }