@syncify/turndown
v0.2.1
Published
Hard forked variation of Turndown for usage within Syncify
Downloads
85
Readme
@syncify/turndown
Hard forked variation of Turndown for Github flavored markdown. Design for Shopify pages using Syncify to provide reversed conversion of Markdown files and produce HTML markup equivalents.
Installation
$ pnpm add @syncify/turndown -D
Usage
import { Turndown, GithubFlavor } from '@syncify/turndown';
const turndown = new Turndown('...').use(GithubFlavor).turndown(content);
License
License is SPDX (MIT OR Apache-2.0)