@turbodocx/html-to-docx 1.9.7 → 1.9.9
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/example/example-node.js
CHANGED
|
@@ -1311,6 +1311,10 @@ const htmlString = `<!DOCTYPE html>
|
|
|
1311
1311
|
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png" />
|
|
1312
1312
|
</i>
|
|
1313
1313
|
|
|
1314
|
+
<p>
|
|
1315
|
+
paragraph <strong>temporary</strong> <em>lorem</em> <u>test tag</u>
|
|
1316
|
+
</p>
|
|
1317
|
+
|
|
1314
1318
|
<em>
|
|
1315
1319
|
Inside em tag
|
|
1316
1320
|
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png" />
|
|
@@ -1659,4 +1663,4 @@ const htmlString = `<!DOCTYPE html>
|
|
|
1659
1663
|
}
|
|
1660
1664
|
console.log('Docx file created successfully');
|
|
1661
1665
|
});
|
|
1662
|
-
})();
|
|
1666
|
+
})();
|
package/example/example.js
CHANGED
|
@@ -1310,6 +1310,10 @@ const htmlString = `<!DOCTYPE html>
|
|
|
1310
1310
|
Inside i tag
|
|
1311
1311
|
<img src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_92x30dp.png" />
|
|
1312
1312
|
</i>
|
|
1313
|
+
|
|
1314
|
+
<p>
|
|
1315
|
+
paragraph <strong>temporary</strong> <em>lorem</em> <u>test tag</u>
|
|
1316
|
+
</p>
|
|
1313
1317
|
|
|
1314
1318
|
<em>
|
|
1315
1319
|
Inside em tag
|
|
@@ -1636,4 +1640,4 @@ const htmlString = `<!DOCTYPE html>
|
|
|
1636
1640
|
|
|
1637
1641
|
// iterate over table style keys in entered order to follow priority
|
|
1638
1642
|
// pass the table styles to first and last rows
|
|
1639
|
-
// create func to parse style and size of border
|
|
1643
|
+
// create func to parse style and size of border
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turbodocx/html-to-docx",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.9",
|
|
4
4
|
"description": "HTML to DOCX converter",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"html",
|
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"taro-shono",
|
|
74
74
|
"braun1928",
|
|
75
75
|
"juralio-james",
|
|
76
|
-
"robinminso"
|
|
76
|
+
"robinminso",
|
|
77
|
+
"shareefalis"
|
|
77
78
|
],
|
|
78
79
|
"license": "MIT",
|
|
79
80
|
"bugs": {
|