markedin-parser 0.1.3 → 0.4.0
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.
- package/README.md +1 -0
- package/dist/markedin.browser.js +4295 -0
- package/dist/markedin.browser.min.js +126 -0
- package/package.json +4 -2
- package/parse.js +82 -15
package/README.md
CHANGED
|
@@ -62,6 +62,7 @@ First note: {{notes[0]}}
|
|
|
62
62
|
| `{{#each items}}...{{/each}}` | Iterate an array |
|
|
63
63
|
| `{{#if key}}...{{else}}...{{/if}}` | Conditional block |
|
|
64
64
|
| `{{> key}}` | Inline a frontmatter string as raw text |
|
|
65
|
+
| `\{{key}}` | Render `{{key}}` literally (escape) |
|
|
65
66
|
|
|
66
67
|
## Parsing and Rendering a Markedin File
|
|
67
68
|
|