langchain/libs
unifyh 2703a1b061
Fix MarkdownHeaderTextSplitter not recognizing tilde-fenced code blocks (#13511)
- **Description:** Previously `MarkdownHeaderTextSplitter` did not
consider tilde-fenced code blocks
(https://spec.commonmark.org/0.30/#fenced-code-blocks). This PR fixes
that.
   ````md
   # Bug caused by previous implementation:
   ~~~py
   foo()
   # This is a comment that would be considered header
   bar()
   ~~~
   ````
 - **Tag maintainer:** @baskaryan
2023-11-28 11:52:38 -05:00
..
cli CLI 0.0.19 (#13677) 2023-11-21 12:34:38 -08:00
core RELEASE: core 0.0.7 (#13973) 2023-11-28 10:28:28 -05:00
experimental experimental[patch] Update prompt injection model (#13930) 2023-11-27 17:56:53 -05:00
langchain Fix MarkdownHeaderTextSplitter not recognizing tilde-fenced code blocks (#13511) 2023-11-28 11:52:38 -05:00