mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 10:00:17 +05:30
Merge windows branch with enhanced export functionality and CLI support
- Combined advanced export options with built-in fallbacks - Integrated Windows context menu installation scripts - Added CLI conversion functionality - Enhanced error handling for pandoc availability - Updated to version 1.5.0 with comprehensive feature set - Resolved merge conflicts preserving all functionality
This commit is contained in:
+4
-1
@@ -34,7 +34,9 @@
|
||||
"dompurify": "^3.2.6",
|
||||
"electron-store": "^10.1.0",
|
||||
"highlight.js": "^11.11.1",
|
||||
"marked": "^16.2.1"
|
||||
"marked": "^16.2.1",
|
||||
"tslib": "^2.8.1",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.panconverter.app",
|
||||
@@ -45,6 +47,7 @@
|
||||
"files": [
|
||||
"src/**/*",
|
||||
"assets/**/*",
|
||||
"scripts/**/*",
|
||||
"node_modules/**/*",
|
||||
"package.json"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user