UNPKG

@diplodoc/transform

Version:

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

10 lines (7 loc) 173 B
import {applyWideMode} from './wide-mode/apply'; const patch = () => { applyWideMode(); }; if (typeof window !== 'undefined') { window.patchAfterRender = patch; }