markdown-magic
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -21,3 +21,5 @@ "use strict" // eslint-disable-line | ||
<summary>${text}</summary> | ||
${output} | ||
</details>` | ||
@@ -24,0 +26,0 @@ } |
{ | ||
"name": "markdown-magic", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Automatically update markdown files with content from external sources", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,2 +22,3 @@ # Markdown Magic | ||
<summary>Click to expand</summary> | ||
- [About](#about) | ||
@@ -39,2 +40,3 @@ - [Install](#install) | ||
- [Prior Art](#prior-art) | ||
</details> | ||
@@ -186,2 +188,3 @@ <!-- ⛔️ AUTO-GENERATED-CONTENT:END --> | ||
* [subpackage-list](https://github.com/camacho/markdown-magic-subpackage-list) - Add list of all subpackages (great for projects that use [Lerna](https://github.com/lerna/lerna)) | ||
* [version-badge](https://github.com/camacho/markdown-magic-version-badge) - Add a badge with the latest version of the project | ||
@@ -188,0 +191,0 @@ ## Custom Transforms |
50857
309