markdown-it-img-src-render
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

markdown-it-img-src-render

Render img src the way you want.

Example

const md = require("markdown-it")()

md.use(require("markdown-it-img-src-render", {
    render(src: string){
        return "file:///E:/Pictures/" + src
    }
}))

Package Sidebar

Install

npm i markdown-it-img-src-render

Weekly Downloads

1

Version

0.1.5

License

MIT

Unpacked Size

3.44 kB

Total Files

6

Last publish

Collaborators

  • noahyoung