Closed ShawnHymel closed 1 year ago
Hi @ShawnHymel
This is basically just a GitHub Action and Docker image packaging the program PySpelling.
I believe you would have more luck redirecting you inquiry to that repository, since it deals with the configuration and options offered by PySpelling, if there is something that PySpelling offers that this action does not support, I will gladly look into it.
We use this action to check our markdown prior to publishing to GitBook. In GitBook, we can embed videos with the following magic command:
I see that the action can ignore markdown links as per #24 , bit it seems to miss magic commands such as this. I get the following output:
Is there any way to specify ignore strings between characters/strings, for example, between
{%
and%}
?