-
-
Notifications
You must be signed in to change notification settings - Fork 630
FEAT: Generate stats in HTML #157
Copy link
Copy link
Open
Labels
BrainstormingSome New Feature to be added with prior proper discussionSome New Feature to be added with prior proper discussionhelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
BrainstormingSome New Feature to be added with prior proper discussionSome New Feature to be added with prior proper discussionhelp wantedExtra attention is neededExtra attention is needed
Is your feature request related to a problem? Please describe.
My GitHub README was cluttered because of the different features I had included. So I rewrote it using HTML to include each section under the respective
<details>tag. This will ensure that the sections can be opened and closed on demand. However, since GitHub Flavoured Markdown does not render properly within HTML, the current template does not allow me to organize the content into sections.Describe the solution you'd like
I'd like to provide an additional flag
INPUT_RENDER_HTMLthat can be set so that the README stats are generated with HTML markup instead of Markdown. This way a user like me can add a specific HTML section for these stats.