@turbodocx/html-to-docx 1.9.6 → 1.9.8

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.
@@ -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
+ })();
@@ -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.6",
3
+ "version": "1.9.8",
4
4
  "description": "HTML to DOCX converter",
5
5
  "keywords": [
6
6
  "html",
@@ -8,7 +8,32 @@
8
8
  "html-to-docx",
9
9
  "html to docx",
10
10
  "office",
11
- "word"
11
+ "word",
12
+ "pptx",
13
+ "templates",
14
+ "template",
15
+ "templater",
16
+ "templating",
17
+ "report",
18
+ "xlsx",
19
+ "generation",
20
+ "generate",
21
+ "generator",
22
+ "document generation",
23
+ "document creator",
24
+ "document automation",
25
+ "dynamic document generation",
26
+ "microsoft office",
27
+ "microsoft word",
28
+ "microsoft powerpoint",
29
+ "microsoft excel",
30
+ "create",
31
+ "make",
32
+ "Office Open XML",
33
+ "document generation software",
34
+ "automated document creation",
35
+ "batch document generation",
36
+ "document templating"
12
37
  ],
13
38
  "main": "dist/html-to-docx.umd.js",
14
39
  "module": "dist/html-to-docx.esm.js",
@@ -48,7 +73,8 @@
48
73
  "taro-shono",
49
74
  "braun1928",
50
75
  "juralio-james",
51
- "robinminso"
76
+ "robinminso",
77
+ "shareefalis"
52
78
  ],
53
79
  "license": "MIT",
54
80
  "bugs": {
@@ -104,4 +130,4 @@
104
130
  "@oozcitak/util": "8.3.4",
105
131
  "@oozcitak/dom": "1.15.6"
106
132
  }
107
- }
133
+ }