0.4.3 • Published 2 years ago

@sigle/slate-to-markdown v0.4.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

0.2.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago