Skip to content
View dsNonprofits's full-sized avatar

Block or report dsNonprofits

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
dsNonprofits/README.md

dsNonprofits

NPM

FOSSA Status CircleCI Known Vulnerabilities

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

import { MarkdownImgUrlEditor } from "codingoob";
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

Pinned Loading

  1. doodle doodle Public

  2. dsNonprofits dsNonprofits Public

    TypeScript

  3. hiroba hiroba Public

    まなびのひろば - 学習支援サービス統括サイト

    Go

  4. voicevox voicevox Public

    voicevoxとかいろいろ搭載したお遊び用Discord bot

    C#