w-html2docx 1.0.3 → 1.0.4
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/dist/w-html2docx.umd.js +1 -1
- package/docs/WHtml2docx.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -1
- package/src/tmp.docx +0 -0
- package/test/ztmp.html +2 -2
- package/test/ztmpTrue.docx +0 -0
package/dist/w-html2docx.umd.js
CHANGED
package/docs/WHtml2docx.mjs.html
CHANGED
|
@@ -246,7 +246,7 @@ export default WHtml2docx
|
|
|
246
246
|
<br class="clear">
|
|
247
247
|
|
|
248
248
|
<footer>
|
|
249
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
249
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Nov 18 2025 16:59:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
250
250
|
</footer>
|
|
251
251
|
|
|
252
252
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
<br class="clear">
|
|
594
594
|
|
|
595
595
|
<footer>
|
|
596
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
596
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Nov 18 2025 16:59:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
597
597
|
</footer>
|
|
598
598
|
|
|
599
599
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Nov 18 2025 16:59:59 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
package/src/tmp.docx
CHANGED
|
Binary file
|
package/test/ztmp.html
CHANGED
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
.md table tr th {
|
|
39
39
|
font-weight: bold;
|
|
40
40
|
background: #eee;
|
|
41
|
-
border: 1px solid #
|
|
41
|
+
border: 1px solid #666;
|
|
42
42
|
border-bottom: 0;
|
|
43
43
|
margin: 0;
|
|
44
44
|
padding: 6px 13px;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
.md table tr td {
|
|
48
|
-
border: 1px solid #
|
|
48
|
+
border: 1px solid #666;
|
|
49
49
|
margin: 0;
|
|
50
50
|
padding: 6px 13px;
|
|
51
51
|
}
|
package/test/ztmpTrue.docx
CHANGED
|
Binary file
|