mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #859] [CLOSED] word2markdown(covert word to markdown contents (level title table ) with out table) #1225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-plugins/pull/859
Author: @KakaCheng2010
Created: 7/3/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
4fc4e9eword2markdown3ecc020word2markdown📊 Changes
15 files changed (+740 additions, -0 deletions)
View changed files
➕
Organization/word2markdown/word2markdown.difypkg(+0 -0)➕
Organization/word2markdown/word2markdown/.difyignore(+179 -0)➕
Organization/word2markdown/word2markdown/.env.example(+3 -0)➕
Organization/word2markdown/word2markdown/.gitignore(+176 -0)➕
Organization/word2markdown/word2markdown/GUIDE.md(+148 -0)➕
Organization/word2markdown/word2markdown/PRIVACY.md(+3 -0)➕
Organization/word2markdown/word2markdown/README.md(+23 -0)➕
Organization/word2markdown/word2markdown/_assets/icon.svg(+6 -0)➕
Organization/word2markdown/word2markdown/main.py(+6 -0)➕
Organization/word2markdown/word2markdown/manifest.yaml(+36 -0)➕
Organization/word2markdown/word2markdown/provider/word2markdown.py(+14 -0)➕
Organization/word2markdown/word2markdown/provider/word2markdown.yaml(+17 -0)➕
Organization/word2markdown/word2markdown/requirements.txt(+3 -0)➕
Organization/word2markdown/word2markdown/tools/word2markdown.py(+83 -0)➕
Organization/word2markdown/word2markdown/tools/word2markdown.yaml(+43 -0)📄 Description
word2markdown
covert word to markdown contents (level title table ) with out table
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.