0.4.3 • Published 3 years ago

@sigle/slate-to-markdown v0.4.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@sigle/slate-to-markdown

This package converts a Sigle story Slate 0.47 JSON representation to a Markdown document. Before storing plain markdown, Sigle used to store stories in a JSON format.

Usage

import { convert } from '@sigle/slate-to-markdown';

const slateJSON = [
  // ... Slate Sigle nodes JSON
];

const markdown = convert(slateJSON);
0.3.0

3 years ago

0.2.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago