[NSoC'26] Add custom section builder for flexible README creation#62
[NSoC'26] Add custom section builder for flexible README creation#62Priyanka0205-CSE wants to merge 2 commits into
Conversation
✅ Deploy Preview for makeareadme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@Priyanka0205-CSE here is a bug |
|
@Mohit-368 The custom section was being added correctly, but the preview didn’t scroll, which made it look like nothing was rendering. I’ve fixed this by auto-scrolling to the Custom Sections section after adding a new section. Please review when you get time! |
|
@Priyanka0205-CSE sure wait till i check the code |
|
@Priyanka0205-CSE still its not working |
|
@Mohit-368 Could you please let me know what exactly is not working on your side? I’ll recheck the issue and fix it properly. |
|
I think I got a bit confused while implementing this feature. From your previous comment, I understand that the standard sections should not be affected, but I’m not fully clear on what exactly is breaking on your side. Could you please explain what specific behavior or part is not working as expected? That would really help me fix it properly. Thank you! |

This PR introduces a custom section builder to make README creation more flexible.
With this feature, users can add their own sections by providing a title and content.
The custom sections are instantly reflected in the live preview and are also included
in the generated Markdown output.
Multiple sections can be added, allowing users to fully customize their README
based on their project needs.
This enhancement improves usability and gives users more control beyond the
predefined sections.