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
    }
}))

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.5
    1
  • 0.1.4
    0
  • 0.1.3
    0
  • 0.1.2
    0
  • 0.1.1
    0

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