@turbodocx/html-to-docx 1.10.2 → 1.11.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.
@@ -96,6 +96,17 @@ const htmlString = `<!DOCTYPE html>
96
96
  </strong>
97
97
  </a>
98
98
  </li>
99
+ <li>
100
+ <span>
101
+ Black
102
+ <a href="https://en.wikipedia.org/wiki/Coffee">
103
+ Strong
104
+ <strong>
105
+ <u>Coffee</u>
106
+ </strong>
107
+ </a>
108
+ </span>
109
+ </li>
99
110
  <li>Tea
100
111
  <ol>
101
112
  <li>Black tea
@@ -96,6 +96,17 @@ const htmlString = `<!DOCTYPE html>
96
96
  </strong>
97
97
  </a>
98
98
  </li>
99
+ <li>
100
+ <span>
101
+ Black
102
+ <a href="https://en.wikipedia.org/wiki/Coffee">
103
+ Strong
104
+ <strong>
105
+ <u>Coffee</u>
106
+ </strong>
107
+ </a>
108
+ </span>
109
+ </li>
99
110
  <li>Tea
100
111
  <ol>
101
112
  <li>Black tea
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@turbodocx/html-to-docx",
3
- "version": "1.10.2",
3
+ "version": "1.11.0",
4
4
  "description": "HTML to DOCX converter",
5
5
  "keywords": [
6
- "html",
7
- "docx",
8
6
  "html-to-docx",
9
7
  "html to docx",
8
+ "html",
9
+ "docx",
10
10
  "office",
11
11
  "word",
12
12
  "pptx",
@@ -30,6 +30,7 @@
30
30
  "create",
31
31
  "make",
32
32
  "Office Open XML",
33
+ "OOXML",
33
34
  "document generation software",
34
35
  "automated document creation",
35
36
  "batch document generation",
@@ -74,7 +75,8 @@
74
75
  "braun1928",
75
76
  "juralio-james",
76
77
  "robinminso",
77
- "shareefalis"
78
+ "shareefalis",
79
+ "adymo"
78
80
  ],
79
81
  "license": "MIT",
80
82
  "bugs": {