-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomershacktoberfestAcceptable issues for HacktoberfestAcceptable issues for Hacktoberfest
Description
Right now, release notes are displayed in full, which can get busy if your release notes are fairly verbose. This is largely because we're pulling in the content verbatim and not doing anything else with it.
If we were to parse the release notes (see #2), that opens up the possibility to do other types of transformations with the markup as well, such as str_replaceing a <!-- more --> tag (or similar) with HTML/CSS/JS that hides the rest of the content until clicked/opened.
An MVP of this could be that the more tag is replaced with a simple "Read more" anchor tag that pointed to the full release notes.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershacktoberfestAcceptable issues for HacktoberfestAcceptable issues for Hacktoberfest