hexo-renderer-markdown-it icon indicating copy to clipboard operation
hexo-renderer-markdown-it copied to clipboard

Add image options like marked renderer

Open fengkx opened this issue 5 years ago • 1 comments

Add image options to support prepend root / post asset. and image lazy load attribute.

Usage

# site config file
...
markdown:
  image:
    prependRoot: true # whether perpend root in img src
    postAsset: true # whether perpend root using post asset
    lazyload: true # whether add loading=lazy attribute
...

fengkx avatar Nov 19 '20 16:11 fengkx

@curbengh

fengkx avatar Nov 21 '20 13:11 fengkx