Package Exports
- remark-image-desc
- remark-image-desc/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (remark-image-desc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
remark image desc
This project can convert markdown img title into html description text.
此项目可以把 markdown 的 img title 转为 html 描述文字。
like:

change into
<p>
<img src="/imgs/demo.jpg" alt="alt" title="title">
<span class="img-desc">title</span>
</p>
There will be an extra html tag to display the title content
将会多出来一个 html 标签,展示 title 内容