alstr / todo-to-issue-action

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

Resolving syntax issues reported by MD linter #60

Closed JimBledsoe closed 3 years ago

JimBledsoe commented 3 years ago

Not sure if you are pedantic about linting, but I work in Markdown all day long, so it's a habit for me :)

Linter prefers preformatted code in code block with language definition. The bonus is you get syntax highlighting. Linter prohibits outer spaces in [] and () link blocks. No visual difference in rendered markdown.

alstr commented 3 years ago

Thanks for contributing!