@chromamark/renderer 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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,6 +96,13 @@ npm test # node:test suite
96
96
  npm run build # esbuild → dist/chromamark.esm.js, dist/chromamark.min.js, dist/chromamark.css
97
97
  ```
98
98
 
99
+ ## Credits
100
+
101
+ Inline change-tracking syntax is adopted from **[CriticMarkup](http://criticmarkup.com/)**
102
+ (© 2013 Gabe Weatherhead & Erik Hess, Apache-2.0); ChromaMark's parser is an original,
103
+ independent implementation. See the
104
+ [main README](https://github.com/cjfravel-dev/ChromaMark#prior-art--credits) for full credits.
105
+
99
106
  ## License
100
107
 
101
108
  Modified MIT License with a SaaS source-availability provision — see [LICENSE.md](./LICENSE.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chromamark/renderer",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "ChromaMark renderer — a markdown-it plugin adding colored blocks, colored pills, collapsible sections, fields, meters and inline diff on top of CommonMark + GFM.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "cjfravel-dev",