remark-captions
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "remark-captions", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "url": "https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-captions", |
# remark-caption [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] | ||
This plugin adds custom syntax to add a caption to elements which might benefit from a legend. It wraps the said element in a `figure` node with `figcaption` node as last child. It is particularly interesting for use with quotes, images, tables, code blocks. | ||
This [remark][remark] plugin adds custom syntax to add a caption to elements which might benefit from a legend. It wraps the said element in a `figure` node with `figcaption` node as last child. It is particularly interesting for use with quotes, images, tables, code blocks. | ||
@@ -197,7 +197,7 @@ It follows a "whitelist" approach: for each [mdast][mdast] node type for which you want to allow captioning you'll have to add a configuration property mapping a node type to its caption "trigger". | ||
[license]: https://github.com/zestedesavoir/zmarkdown/blob/master/packages/remark-ping/LICENSE-MIT | ||
[license]: https://github.com/zestedesavoir/zmarkdown/blob/master/packages/remark-captions/LICENSE-MIT | ||
[zds]: https://zestedesavoir.com | ||
[npm]: https://www.npmjs.com/package/remark-ping | ||
[npm]: https://www.npmjs.com/package/remark-captions | ||
@@ -207,3 +207,1 @@ [mdast]: https://github.com/syntax-tree/mdast/blob/master/readme.md | ||
[remark]: https://github.com/wooorm/remark | ||
[rehype]: https://github.com/wooorm/rehype |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17510
206