@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.
Files changed (2) hide show
  1. package/lib/md2doc.js +9 -1
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helping-ai-workflow/md2doc",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Markdown → HTML / PDF renderer with WaveDrom, Mermaid, and Graphviz support",
5
5
  "keywords": [
6
6
  "markdown",