Closed Christoph-Koschel closed 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.
<T>
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:
I'm really in love with this GH Action, but I fell into a bug. When I write TODOs like this:
Then the
<T>
will be rendered as an HTML tag in Markdown, which is obviously wrong.