[PR #27] [MERGED] Add markdown parser #343

Closed
opened 2026-02-17 17:20:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/27
Author: @eyurtsev
Created: 6/6/2025
Status: Merged
Merged: 6/9/2025
Merged by: @eyurtsev

Base: mainHead: eugene/add_markdown


📝 Commits (6)

📊 Changes

2 files changed (+423 additions, -0 deletions)

View changed files

pipeline/tools/parser.py (+387 -0)
tests/unit_tests/test_parser.py (+36 -0)

📄 Description

Add markdown parser


🔄 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/langchain-ai/docs/pull/27 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/6/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_markdown` --- ### 📝 Commits (6) - [`5c52d90`](https://github.com/langchain-ai/docs/commit/5c52d90f4a15f34e2cf113130b990ab0d3372910) x - [`45e399a`](https://github.com/langchain-ai/docs/commit/45e399a49d9a891f29085d61fce50b533cce24a6) x - [`609b3b3`](https://github.com/langchain-ai/docs/commit/609b3b37b38beb30528b4fb0e9c767edebc79c96) x - [`82d5780`](https://github.com/langchain-ai/docs/commit/82d57804a40bc034edb44a0b1d918f4bc220aa3c) x - [`f79c317`](https://github.com/langchain-ai/docs/commit/f79c317ec3cb4c2c7dc89a79b34671d9a9f794b8) x - [`6f4f6cf`](https://github.com/langchain-ai/docs/commit/6f4f6cfe4d85e26e9c285b36a171eecc96a3ead9) x ### 📊 Changes **2 files changed** (+423 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `pipeline/tools/parser.py` (+387 -0) ➕ `tests/unit_tests/test_parser.py` (+36 -0) </details> ### 📄 Description Add markdown parser --- <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-17 17:20:09 -05:00
yindo closed this issue 2026-02-17 17:20:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#343