community[minor]: Fix missing 'keep_newlines' parameter forward-pass to 'process_pages' function in confluence loader (#20086) (#20087)

- **Description:** Fixed missing `keep_newlines` parameter forward-pass
in confluence-loader
- **Issue:** #20086 
- **Dependencies:** None

---------

Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
Kevin Engelke 2024-08-23 14:59:38 +02:00 committed by GitHub
parent 583b0449eb
commit 3c7f12cbf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,6 +390,7 @@ class ConfluenceLoader(BaseLoader):
content_format, content_format,
ocr_languages, ocr_languages,
keep_markdown_format, keep_markdown_format,
keep_newlines=keep_newlines,
) )
if page_ids: if page_ids: