You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we parse the description in HTML for open tasks. Because GitHub can change the relevant HTML classes at any time, this is fragile. Instead, we should use the Markdown description, where the syntax for tasks should be more stable as changes have an immediate impact on all GitHub users writing description.
Also, parsing the Markdown should be more energy efficient.
Goals
The parser for open tasks uses the Markdown description instead of the HTML description.
All TODO#29 comments are addressed.
Estimate: ?h
The text was updated successfully, but these errors were encountered:
Background
Currently, we parse the description in HTML for open tasks. Because GitHub can change the relevant HTML classes at any time, this is fragile. Instead, we should use the Markdown description, where the syntax for tasks should be more stable as changes have an immediate impact on all GitHub users writing description.
Also, parsing the Markdown should be more energy efficient.
Goals
TODO#29
comments are addressed.Estimate: ?h
The text was updated successfully, but these errors were encountered: