@adobe/helix-md2docx 1.4.0 → 1.4.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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.4.1](https://github.com/adobe/helix-md2docx/compare/v1.4.0...v1.4.1) (2022-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* link style ([2711009](https://github.com/adobe/helix-md2docx/commit/2711009ba525024bedd65361fd62dae1f0432fdb))
|
|
7
|
+
|
|
1
8
|
# [1.4.0](https://github.com/adobe/helix-md2docx/compare/v1.3.11...v1.4.0) (2022-03-24)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1521,6 +1521,15 @@
|
|
|
1521
1521
|
<w:semiHidden/>
|
|
1522
1522
|
<w:unhideWhenUsed/>
|
|
1523
1523
|
</w:style>
|
|
1524
|
+
<w:style w:type="character" w:styleId="Hyperlink">
|
|
1525
|
+
<w:name w:val="Hyperlink"/>
|
|
1526
|
+
<w:uiPriority w:val="99"/>
|
|
1527
|
+
<w:unhideWhenUsed/>
|
|
1528
|
+
<w:rPr>
|
|
1529
|
+
<w:color w:val="0563C1"/>
|
|
1530
|
+
<w:u w:val="single"/>
|
|
1531
|
+
</w:rPr>
|
|
1532
|
+
</w:style>
|
|
1524
1533
|
<w:style
|
|
1525
1534
|
w:type="numbering"
|
|
1526
1535
|
w:default="1"
|
|
Binary file
|