@helping-ai-workflow/md2doc 2.0.0 → 2.0.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/lib/md2doc.js +9 -1
- package/package.json +1 -1
package/lib/md2doc.js
CHANGED
|
@@ -838,7 +838,15 @@ const html = `<!DOCTYPE html>
|
|
|
838
838
|
}
|
|
839
839
|
.content p,
|
|
840
840
|
.content li,
|
|
841
|
-
.content blockquote
|
|
841
|
+
.content blockquote,
|
|
842
|
+
.content h1,
|
|
843
|
+
.content h2,
|
|
844
|
+
.content h3,
|
|
845
|
+
.content h4,
|
|
846
|
+
.content h5,
|
|
847
|
+
.content h6,
|
|
848
|
+
.content dt,
|
|
849
|
+
.content dd {
|
|
842
850
|
overflow-wrap: anywhere;
|
|
843
851
|
word-break: break-word;
|
|
844
852
|
}
|