unclecode / crawl4ai

🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper
Apache License 2.0
16.38k stars 1.2k forks source link

Improve Markdown Heading Formatting for Clearer Differentiation in Responses #233

Closed Pranshu172 closed 2 weeks ago

Pranshu172 commented 2 weeks ago

Currently, in responses of type markdown, headings such as H1, H2, H3, etc., are not clearly distinguished from each other, making it difficult to understand the heading structure at a glance.

Expected Behavior:

Headings in markdown responses should have clear and consistent formatting that visibly differentiates each heading level. This can be achieved by following standard Markdown syntax:

H1 should use # Heading 1 H2 should use ## Heading 2 H3 should use ### Heading 3

And so on...

# H1
## H2
### H3
#### H4

This change will improve readability, making it easier for users to understand the hierarchy and structure of content in the response.

unclecode commented 2 weeks ago

@Pranshu172 Thank you for pointing this out. It's already pushed to the 0.3.74 branch and will be released into the current version very soon.

Pranshu172 commented 2 weeks ago

@unclecode Any specific timeline? It would be great!

unclecode commented 2 weeks ago

Right now u can pull 0.3.74, but for "pypi" I will release by tomorrow

Pranshu172 commented 2 weeks ago

Thanks I will wait till tomorrow. Thanks man!

Pranshu172 commented 2 weeks ago

@unclecode any updates when you'll be pushing the above mentioned update?

unclecode commented 1 week ago

@Pranshu172 Please try to install again. Note that this is 0.3.731, not 0.3.74, as I need more time for version 74, but you can use this for now.

Pranshu172 commented 1 week ago

No worries, thanks a lot!

unclecode commented 1 week ago

You're welcome