@syncify/turndown
v0.2.2
Published
Hard forked variation of Turndown for usage within Syncify
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 -DUsage
import { Turndown, GithubFlavor } from '@syncify/turndown';
const turndown = new Turndown('...').use(GithubFlavor).turndown(content);License
License is SPDX (MIT OR Apache-2.0)
