diff --git a/docs/snippets/modules/data_connection/document_transformers/text_splitters/code_splitter.mdx b/docs/snippets/modules/data_connection/document_transformers/text_splitters/code_splitter.mdx index e8e40a27349..5b226703257 100644 --- a/docs/snippets/modules/data_connection/document_transformers/text_splitters/code_splitter.mdx +++ b/docs/snippets/modules/data_connection/document_transformers/text_splitters/code_splitter.mdx @@ -112,7 +112,7 @@ js_docs Here's an example using the Markdown text splitter. -```python +````python markdown_text = """ # 🦜️🔗 LangChain @@ -127,7 +127,7 @@ pip install langchain As an open source project in a rapidly developing field, we are extremely open to contributions. """ -``` +```` ```python