aviaviavi / toodles

Project management directly from the TODOs in your codebase
MIT License
968 stars 35 forks source link

added html to parser and readme #48

Closed nathanmfast closed 5 years ago

aviaviavi commented 5 years ago

Thanks for this change @nathanmfast! So as I mentioned in a similar change, #17, this also needs one more piece so that the closing tags of the comments don't appear in the TODO body.

The parser would need to strip off the closing tag at the end, and then we would have to re-add it back on the rendering side for when TODO edits are made. Happy to provide any help in getting that going, don't hesitate to ask any questions!