alstr / todo-to-issue-action

Action that converts TODO comments to GitHub issues on push.
MIT License
626 stars 121 forks source link

Escape characters inside of Title and Description #161

Closed Christoph-Koschel closed 1 year ago

Christoph-Koschel commented 1 year ago

I'm really in love with this GH Action, but I fell into a bug. When I write TODOs like this:

function foo<T>(): T {
    // TODO Some Issue
    //   <T> must be of type bar
}

Then the <T> will be rendered as an HTML tag in Markdown, which is obviously wrong.

alstr commented 1 year ago

Thanks for the feedback. I want to improve how escaping is handled by the action, as mentioned in #146. I’ll look into this as soon as I can, but any PRs are welcome. :smile: