@ckeditor/ckeditor5-markdown-gfm 47.6.2 → 47.7.0-alpha.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.
Files changed (3) hide show
  1. package/LICENSE.md +2 -5
  2. package/README.md +4 -7
  3. package/package.json +5 -5
package/LICENSE.md CHANGED
@@ -4,12 +4,9 @@ Software License Agreement
4
4
  **CKEditor&nbsp;5 GitHub Flavored Markdown support** (https://github.com/ckeditor/ckeditor5)<br>
5
5
  Copyright (c) 2003–2026, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.
6
6
 
7
- Licensed under a dual-license model, this software is available under:
7
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
8
8
 
9
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
10
- * or commercial license terms from CKSource Holding sp. z o.o.
11
-
12
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
9
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
13
10
 
14
11
  Sources of Intellectual Property Included in CKEditor&nbsp;5
15
12
  ------------------------------------------------------------
package/README.md CHANGED
@@ -21,18 +21,15 @@ If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-
21
21
 
22
22
  ## Demo
23
23
 
24
- Check out the [demo in the Markdown output feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html#demo) to see the editor configured to input and output Markdown code. Use the [demo in the Paste Markdown feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-markdown.html#demo) to try out experimental pasting Markdown-formatted content straight into the editor.
24
+ Check out the [demo in the Markdown output feature guide](https://ckeditor.com/docs/ckeditor5/lts-v47/features/markdown.html#demo) to see the editor configured to input and output Markdown code. Use the [demo in the Paste Markdown feature guide](https://ckeditor.com/docs/ckeditor5/lts-v47/features/pasting/paste-markdown.html#demo) to try out experimental pasting Markdown-formatted content straight into the editor.
25
25
 
26
26
  ## Documentation
27
27
 
28
- See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://ckeditor.com/docs/ckeditor5/latest/api/markdown-gfm.html) page as well as the [Markdown output](https://ckeditor.com/docs/ckeditor5/latest/features/markdown.html) and [Paste Markdown](https://ckeditor.com/docs/ckeditor5/latest/features/pasting/paste-markdown.html) in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).
28
+ See the [`@ckeditor/ckeditor5-markdown-gfm` package](https://ckeditor.com/docs/ckeditor5/lts-v47/api/markdown-gfm.html) page as well as the [Markdown output](https://ckeditor.com/docs/ckeditor5/lts-v47/features/markdown.html) and [Paste Markdown](https://ckeditor.com/docs/ckeditor5/lts-v47/features/pasting/paste-markdown.html) in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/lts-v47/).
29
29
 
30
30
 
31
31
  ## License
32
32
 
33
- Licensed under a dual-license model, this software is available under:
33
+ CKEditor&nbsp;5 Long Term Support Edition is licensed under a commercial license and is protected by copyright law.
34
34
 
35
- * the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
36
- * or commercial license terms from CKSource Holding sp. z o.o.
37
-
38
- For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
35
+ For more information, see: [https://ckeditor.com/pricing](https://ckeditor.com/pricing).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-markdown-gfm",
3
- "version": "47.6.2",
3
+ "version": "47.7.0-alpha.0",
4
4
  "description": "GitHub Flavored Markdown data processor for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -18,11 +18,11 @@
18
18
  "type": "module",
19
19
  "main": "src/index.js",
20
20
  "dependencies": {
21
- "@ckeditor/ckeditor5-clipboard": "47.6.2",
22
- "@ckeditor/ckeditor5-core": "47.6.2",
23
- "@ckeditor/ckeditor5-engine": "47.6.2",
21
+ "@ckeditor/ckeditor5-clipboard": "47.7.0-alpha.0",
22
+ "@ckeditor/ckeditor5-core": "47.7.0-alpha.0",
23
+ "@ckeditor/ckeditor5-engine": "47.7.0-alpha.0",
24
24
  "@types/hast": "3.0.4",
25
- "ckeditor5": "47.6.2",
25
+ "ckeditor5": "47.7.0-alpha.0",
26
26
  "hast-util-from-dom": "5.0.1",
27
27
  "hast-util-to-html": "9.0.5",
28
28
  "hast-util-to-mdast": "10.1.2",