In our project we are scanning all .md files. Those files contain blocks of code that are to be executed, and other blocks that are not intended to be executed - these blocks are just output from the commands. The output blocks contain UIDs typically. These fail a spellcheck of course. I want to spellcheck codeblocks that have commands to run which are inside:
and ignore blocks that have output:
output 477fdjjh3-dskjd-jkjkjsd
what do you suggest I use for ignoring this type of input to pyspelling. Both blocks are wrapped in when converted to html, but I ignore the generated files.
example of what we are spellchecking is https://docs.kubestellar.io/main/Coding%20Milestones/PoC2023q1/example1/
Thank you
In our project we are scanning all .md files. Those files contain blocks of code that are to be executed, and other blocks that are not intended to be executed - these blocks are just output from the commands. The output blocks contain UIDs typically. These fail a spellcheck of course. I want to spellcheck codeblocks that have commands to run which are inside:
and ignore blocks that have output:
what do you suggest I use for ignoring this type of input to pyspelling. Both blocks are wrapped in
when converted to html, but I ignore the generated files.example of what we are spellchecking is https://docs.kubestellar.io/main/Coding%20Milestones/PoC2023q1/example1/
Thank you