4.1.1 • Published 2 years ago

markdown_img_url_editor v4.1.1

Weekly downloads
13
License
BSL-1.0
Repository
github
Last release
2 years ago

markdown_img_url_editor

NPM FOSSA Status

CircleCI Greenkeeper badge

![alt](I want to edit here!)

import { MarkdownImgUrlEditor } from "markdown_img_url_editor";
const markdownText = `hoge
![img](/path/to/file)
fuga`;
const markdownImgUrlEditor = await MarkdownImgUrlEditor.init(await text2.get(), (a, s) => {
  //a: img
  //s: /path/to/file
  return () => s;
});
// do something
const replaced = markdownImgUrlEditor.replace();

We use pulldown-cmark(rust libary) to parse.

License

FOSSA Status

4.1.1

2 years ago

4.1.0

3 years ago

4.0.3

4 years ago

4.0.2

4 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago