Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
luoyike2003
/
6k6g-v3
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
6k6g-v3
/
src
/
lib
/
docx-engine.ts
fanyubo
feat: DOCX 引擎 v5.0 麦肯锡级重构
2d23183
3 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
129 Bytes
// Re-export from v5 engine (McKinsey Edition)
export
{ parseMarkdown, markdownToDocx,
DocxOptions
}
from
'./docx-engine/index'
;