UNPKG

@diplodoc/transform

Version:

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

6 lines (4 loc) 166 B
import {applyWideMode} from './apply'; if (typeof window !== 'undefined' && typeof document !== 'undefined') { window.addEventListener('load', applyWideMode); }