alstr / todo-to-issue-action

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

Adds markdown block support. #48

Closed kkapper closed 3 years ago

kkapper commented 3 years ago

I have been poking around trying to determine how markdown should be supported but seems not to be.

On my builds I see: "Could not check autoissue/nonsense.md for TODOs as this language is not yet supported by default."

I see that you download a large list of supported languages when trying to determine valid extensions, but it seems like without this addition to the syntax.json file, markdown isn't truly supported.

alstr commented 3 years ago

Thanks for the contribution, I'll publish a new release with this addition.