johnfraney / flake8-markdown

Lints Python code blocks in Markdown files using flake8
MIT License
23 stars 8 forks source link

add support for shorthand py codeblocks #8

Closed jkittner closed 3 years ago

jkittner commented 3 years ago

markdown also allows using ```py for starting code blocks, those are currently ignored. I tried adding support for this.

johnfraney commented 3 years ago

@theendlessriver13 Thanks very much for the PR! It's great to see the updated unit test