You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flake8-markdown appears to offer support for linting code blocks in markdown files.
It would be useful if this could be applied to code blocks in notebook markdown cells, although I'm not sure how the reports could be displayed given the notebook structure (markdown cells don't have an output?), or how the code could be invoked. (The python-markdown extension might provide a useful crib in this respect?)
One possibility for the report display would be to put it into a dismissible HTML block inserted into the markdown cell just after each code block:
The
flake8-markdown
appears to offer support for linting code blocks in markdown files.It would be useful if this could be applied to code blocks in notebook markdown cells, although I'm not sure how the reports could be displayed given the notebook structure (markdown cells don't have an output?), or how the code could be invoked. (The
python-markdown
extension might provide a useful crib in this respect?)One possibility for the report display would be to put it into a dismissible HTML block inserted into the markdown cell just after each code block:
The text was updated successfully, but these errors were encountered: