mintdoc 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -95,6 +95,8 @@ Inside a loop, these special variables are available:
95
95
  | `{@last}` | `true` on the last iteration |
96
96
  | `{.}` | Current item (for primitive arrays) |
97
97
 
98
+ <br>
99
+
98
100
  ```
99
101
  {#items}
100
102
  {name} — item {#if @first}(first){/if}{#if @last}(last){/if}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mintdoc",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Mint perfect documents from templates. A modern document templating engine for .docx files.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",