@adobe/helix-importer 3.4.113 → 3.4.115

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [3.4.115](https://github.com/adobe/helix-importer/compare/v3.4.114...v3.4.115) (2025-10-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * use * for emphasis ([#599](https://github.com/adobe/helix-importer/issues/599)) ([fbbded9](https://github.com/adobe/helix-importer/commit/fbbded9e6db782b9cc1f827c11d9107dd538144d))
7
+
8
+ ## [3.4.114](https://github.com/adobe/helix-importer/compare/v3.4.113...v3.4.114) (2025-09-30)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** update adobe fixes ([#598](https://github.com/adobe/helix-importer/issues/598)) ([77ac785](https://github.com/adobe/helix-importer/commit/77ac7857982cbf2e32de330c9f493fb788f5aee1))
14
+
1
15
  ## [3.4.113](https://github.com/adobe/helix-importer/compare/v3.4.112...v3.4.113) (2025-09-29)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe/helix-importer",
3
- "version": "3.4.113",
3
+ "version": "3.4.115",
4
4
  "description": "Helix Importer tool: create md / docx from html",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  "@adobe/eslint-config-helix": "3.0.10",
30
30
  "@adobe/helix-docx2md": "1.8.0",
31
31
  "@adobe/helix-mediahandler": "2.9.2",
32
- "@eslint/config-helpers": "0.3.1",
32
+ "@eslint/config-helpers": "0.4.0",
33
33
  "@esm-bundle/chai": "4.3.4-fix.0",
34
34
  "@semantic-release/changelog": "6.0.3",
35
35
  "@semantic-release/exec": "6.0.3",
@@ -48,14 +48,14 @@
48
48
  "mocha-multi-reporters": "1.5.1",
49
49
  "mock-fs": "5.5.0",
50
50
  "remark-parse": "11.0.0",
51
- "semantic-release": "24.2.8",
51
+ "semantic-release": "24.2.9",
52
52
  "unist-util-inspect": "8.1.0"
53
53
  },
54
54
  "license": "Apache-2.0",
55
55
  "dependencies": {
56
56
  "@adobe/helix-markdown-support": "7.1.12",
57
- "@adobe/helix-md2docx": "2.2.20",
58
- "@adobe/helix-md2jcr": "1.1.36",
57
+ "@adobe/helix-md2docx": "2.2.21",
58
+ "@adobe/helix-md2jcr": "1.1.37",
59
59
  "@adobe/mdast-util-gridtables": "4.0.13",
60
60
  "@adobe/remark-gridtables": "3.0.14",
61
61
  "form-data": "4.0.4",
@@ -110,7 +110,7 @@ export default class PageImporter {
110
110
  let md = await unified()
111
111
  .use(stringify, {
112
112
  strong: '*',
113
- emphasis: '_',
113
+ emphasis: '*',
114
114
  bullet: '-',
115
115
  fence: '`',
116
116
  fences: true,
@@ -2,8 +2,8 @@
2
2
 
3
3
  usefull
4
4
 
5
- **_emphasis_ _space_ _another emphasis_ _last emphasis_**
5
+ ***emphasis* *space* *another emphasis* *last emphasis***
6
6
 
7
7
  [linkcontent](https://www.sample.com).
8
8
 
9
- **_Side shuffle_** _–_ Quadriceps, glutes, hamstrings, calves
9
+ ***Side shuffle*** *–* Quadriceps, glutes, hamstrings, calves
@@ -24,8 +24,8 @@ root[5]
24
24
  │ │ └─0 text "linkcontent"
25
25
  │ └─1 text "."
26
26
  └─4 paragraph[4]
27
- ├─0 strong[1]
28
- │ └─0 emphasis[1]
27
+ ├─0 emphasis[1]
28
+ │ └─0 strong[1]
29
29
  │ └─0 text "Side shuffle"
30
30
  ├─1 text " "
31
31
  ├─2 emphasis[1]