[PR #78] [MERGED] chore(docs): add conditional block handling and makrdown pre-processor #394

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/78
Author: @eyurtsev
Created: 7/30/2025
Status: Merged
Merged: 7/30/2025
Merged by: @eyurtsev

Base: mainHead: eugene/add_markdown_pre-processor


📝 Commits (4)

📊 Changes

6 files changed (+502 additions, -7 deletions)

View changed files

📝 pipeline/core/builder.py (+64 -7)
pipeline/preprocessors/__init__.py (+5 -0)
pipeline/preprocessors/handle_auto_links.py (+194 -0)
pipeline/preprocessors/link_map.py (+138 -0)
pipeline/preprocessors/markdown_preprocessor.py (+96 -0)
📝 pyproject.toml (+5 -0)

📄 Description

Adds conditional rendering logic and magic links etc


🔄 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/78 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 7/30/2025 **Status:** ✅ Merged **Merged:** 7/30/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_markdown_pre-processor` --- ### 📝 Commits (4) - [`3c28f19`](https://github.com/langchain-ai/docs/commit/3c28f1916f397437b83d9c9adf23abb0cf77162a) update - [`5d033fa`](https://github.com/langchain-ai/docs/commit/5d033fa016b9f6adcfadc867f93c433d491d4997) x - [`21de732`](https://github.com/langchain-ai/docs/commit/21de7323b8bef70a30b42dfc39ef22847961760c) x - [`b96cc4e`](https://github.com/langchain-ai/docs/commit/b96cc4e56ba614ada2c679fd19b7b6832f868485) x ### 📊 Changes **6 files changed** (+502 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+64 -7) ➕ `pipeline/preprocessors/__init__.py` (+5 -0) ➕ `pipeline/preprocessors/handle_auto_links.py` (+194 -0) ➕ `pipeline/preprocessors/link_map.py` (+138 -0) ➕ `pipeline/preprocessors/markdown_preprocessor.py` (+96 -0) 📝 `pyproject.toml` (+5 -0) </details> ### 📄 Description Adds conditional rendering logic and magic links etc --- <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:16 -05:00
yindo closed this issue 2026-02-17 17:20:16 -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#394