github-markdown-adf 1.0.0 → 1.0.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.
- package/README.md +4 -0
- package/dist/browser/index.iife.js +20 -20
- package/dist/browser/index.js +16 -16
- package/dist/index.cjs +153 -13
- package/dist/index.mjs +153 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
Bidirectional **GitHub Flavored Markdown (GFM) to / from Atlassian Document Format (ADF)** converter.
|
|
8
8
|
|
|
9
|
+
## AI Notice
|
|
10
|
+
|
|
11
|
+
This package has predominantly AI-generated code. Keep this in mind in case you have a strict policy against using ai-generated code in your project.
|
|
12
|
+
|
|
9
13
|
## Install
|
|
10
14
|
|
|
11
15
|
```bash
|