RAG Web Browser avatar
RAG Web Browser

Pricing

Pay per usage

Go to Store
RAG Web Browser

RAG Web Browser

Developed by

Apify

Apify

Maintained by Apify

Web browser for OpenAI Assistants, RAG pipelines, or AI agents, similar to a web browser in ChatGPT. It queries Google Search, scrapes the top N pages, and returns their content as Markdown for further processing by an LLM. It can also scrape individual URLs. Supports Model Context Protocol (MCP).

4.4 (11)

Pricing

Pay per usage

85

Total users

2.4k

Monthly users

907

Runs succeeded

>99%

Issue response

4.7 days

Last modified

10 days ago

YU

Markdown Links Split Across Multiple Lines Causing Formatting Issues

Open

yunbiaoch opened this issue
a month ago

When parsing or rendering markdown content, links that are split across multiple lines are not being properly rendered. The markdown link syntax requires the format text to be properly recognized, but in some cases, the content has links split like this:

[
Link text
](/url/path)

or

[Link text
](/url/path)

These malformed links either render incorrectly or don't render as clickable links at all, depending on the markdown parser used.

jiri.spilka avatar

Hi, Thank you for using RAG Web Browser! And sorry for the delayed response.

Could you please provide an example of a page where you're seeing this issue?

Thanks, Jiri