[PR #25] [MERGED] Plugin: Add md_exporter tool for exporting Markdown to HTML, PDF, Docx, Xlsx and .md files #539

Closed
opened 2026-02-22 17:32:02 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/25
Author: @bowenliang123
Created: 1/16/2025
Status: Merged
Merged: 3/4/2025
Merged by: @LogicOber

Base: mainHead: md-exporter


📝 Commits (3)

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

bowenliang123/md_exporter/md_exporter.difypkg (+0 -0)

📄 Description

  • Adding a tool plugin for exporting Mardown text to binary files in the following formats:
    • HTML file: Markdown -> HTML text -> HTML file
    • Docx file: Markdown -> Docx file
    • Xlsx file: Markdown -> HTML -> Pandas Dataframe -> Xlsx file
    • PDF file: Markdown -> HTML text -> PDF file
    • md file: A .md file with raw Markdown text
  • Github repo: https://github.com/bowenliang123/md_exporter
image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-plugins/pull/25 **Author:** [@bowenliang123](https://github.com/bowenliang123) **Created:** 1/16/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `md-exporter` --- ### 📝 Commits (3) - [`e3cc950`](https://github.com/langgenius/dify-plugins/commit/e3cc9506fe8fcd4e0601afe3cf42ad2638a14da0) update - [`a9acc72`](https://github.com/langgenius/dify-plugins/commit/a9acc72d4023b11d3289557378d6c1ad51736e78) udpate - [`7b1b150`](https://github.com/langgenius/dify-plugins/commit/7b1b1501242ade102111e6b3f15c90b3f027a3c3) update ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `bowenliang123/md_exporter/md_exporter.difypkg` (+0 -0) </details> ### 📄 Description - Adding a tool plugin for exporting Mardown text to binary files in the following formats: - HTML file: Markdown -> HTML text -> HTML file - Docx file: Markdown -> Docx file - Xlsx file: Markdown -> HTML -> Pandas Dataframe -> Xlsx file - PDF file: Markdown -> HTML text -> PDF file - md file: A .md file with raw Markdown text - Github repo: https://github.com/bowenliang123/md_exporter <img width="1209" alt="image" src="https://github.com/user-attachments/assets/0d2369a1-4ba6-4959-bd0a-ccb15584655d" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 17:32:02 -05:00
yindo closed this issue 2026-02-22 17:32:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#539