Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@hiro08gh hiro08gh released this 25 Aug 05:56
· 37 commits to main since this release
e137c3a

Changed the way of importing.

// before
import parse from 'rich-editor-to-markdown-parser';

// after
import { parser } from 'rich-editor-to-markdown-parser';