Skip to content
View codingoob's full-sized avatar
  • フロントエ

Block or report codingoob

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
codingoob/README.md

codingoob

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. codingoob codingoob Public

    TypeScript

  2. edresses edresses Public

    全国の町丁目レベル(277,191件)の住所データのオープンデータ

    JavaScript

  3. quickhack quickhack Public

    A quick hack to generate Apache VirtualHosts from yaml files. Very useful.

    TypeScript

  4. vhostx vhostx Public

    A script for Debian based Linux to create virtual hosts under nginx

    TypeScript