This gist exists to demonstrate a bug in crawl4ai's md-fit output format.
When crawled with -o md, comment usernames are preserved.
When crawled with -o md-fit, comment usernames are stripped.
Try it yourself:
crwl crawl <this-gist-url> -o md
crwl crawl <this-gist-url> -o md-fit
This is a test comment by mattheworiordan. If you crawl this gist with
crwl crawl <url> -o md, you should see this username. With-o md-fit, the username gets stripped and only 'commented ' remains.