markdown-to-document-cli 1.5.9 → 1.5.10
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -463,6 +463,16 @@ sudo dnf install pandoc
|
|
|
463
463
|
pip install weasyprint
|
|
464
464
|
```
|
|
465
465
|
|
|
466
|
+
⚠️ **Windows 사용자**: WeasyPrint는 GTK 런타임이 필요합니다!
|
|
467
|
+
```powershell
|
|
468
|
+
# MSYS2 설치 후 (https://www.msys2.org/)
|
|
469
|
+
# MSYS2 UCRT64 터미널에서:
|
|
470
|
+
pacman -S mingw-w64-ucrt-x86_64-pango
|
|
471
|
+
|
|
472
|
+
# PATH에 C:\msys64\ucrt64\bin 추가 필요
|
|
473
|
+
```
|
|
474
|
+
자세한 내용: [TroubleShooting.md](./TroubleShooting.md#문제-weasyprint-cannot-load-library-libgobject-오류-windows)
|
|
475
|
+
|
|
466
476
|
## 📝 프로그래밍 방식 사용
|
|
467
477
|
|
|
468
478
|
```javascript
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markdown-to-document-cli",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.10",
|
|
4
4
|
"description": "Professional-grade EPUB/PDF conversion tool for Markdown files. 8 validation modules, auto-fix, typography presets, font subsetting (99% size reduction), ISBN validation, copyright page generation.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|