@masumdev/markforge 0.4.1 → 0.5.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.
package/README.md CHANGED
@@ -18,7 +18,7 @@ Convert Markdown into pixel-perfect **DOCX**, **PDF**, and **HTML** with native
18
18
 
19
19
  | Feature | Description |
20
20
  | :--- | :--- |
21
- | **Multi-Format Output** | Generate `.docx`, `.pdf`, and `.html` from a single Markdown source simultaneously |
21
+ | **Multi-Format Output** | Generate `.docx`, `.pdf`, `.html`, and `.txt` from a single Markdown source simultaneously |
22
22
  | **Theme.CORPORATE & ThemeProps** | Flagship cyan corporate design system plus full custom colors and fonts via `ThemeProps` |
23
23
  | **Cover Page Builder** | Four professional cover page presets (`modern`, `corporate-split`, `minimal`, `card`) with company logo |
24
24
  | **Back Cover / Closing Page** | Dedicated closing page with company details, contact info, social links, and copyright notice |
@@ -82,7 +82,7 @@ markforge document.md --serve --port 4000 --open
82
82
  | Flag | Alias | Description | Default |
83
83
  | :--- | :---: | :--- | :--- |
84
84
  | `<file>` | | Markdown input file path | **Required** |
85
- | `--to <formats...>` | `-t` | Output formats: `docx`, `pdf`, `html`, `png` | `docx,pdf` |
85
+ | `--to <formats...>` | `-t` | Output formats: `docx`, `pdf`, `html`, `txt`, `png` | `docx,pdf` |
86
86
  | `--output <dir>` | `-o` | Output directory | Same as input file |
87
87
  | `--config <file>` | `-c` | Explicit configuration file path | Auto-discovered |
88
88
  | `--theme <name>` | | Visual theme preset (`corporate`, `default`, `academic`, `github`, `minimal`) | `corporate` |