Feature: Show `README.md` files on the repository page
📄 Description
Right now FluentHub is blank in this area. I'd like it to display the README like GitHub on the web side to show the functionality of the project.
Finding and implementing a good markdown parser is tricky. But we certainly have this on our roadmap!
Actually we had this both for repo overview and user overview pages. I removed code to show it because the renderer (WebView2) was very unstable at that time like two years ago. Probably we should be able to look into enabling it again.
The link is outdated. Or spam?
Spam, my account got hacked. Sorry. Dont click it.
Actually we had this both for repo overview and user overview pages. I removed code to show it because the renderer (WebView2) was very unstable at that time like two years ago. Probably we should be able to look into enabling it again.
I think the performance of WebView2 is quite more stable now. Why not try to add it again?
Finding and implementing a good markdown parser is tricky. But we certainly have this on our roadmap!
Would the MarkdownTextBlock from CommunityToolkit/Labs-Windows not be sufficient? You can use it as a base and work on top of it. As of now, commit comments, Issues, PRs, all support Markdown in GitHub. So, it is better to implement Markdown rendering app-wide.