We use pyspelling in a GitHub Actions workflow to check our markdown prior to publishing to GitBook. In GitBook, we can embed videos with the following magic command:
{% embed url="https://www.youtube.com/watch?v=0Uga3GVXgMw" %}
I see that the action can ignore markdown links as per rojopolis/spellcheck-github-actions#24 , but it seems to miss magic commands such as this. I get the following output:
Using pyspelling on configuration outlined in >.spellcheck.yaml<
Checking files matching specified outlined in >.spellcheck.yaml<
----------------------------------------------------------------
Misspelled words:
<htmlcontent> edge-impulse-python-sdk/overview.md: html>body>p
--------------------------------------------------------------------------------
GVXgMw
Uga
--------------------------------------------------------------------------------
!!!Spelling check failed!!!
Error: Files in repository contain spelling errors
Is there any way to specify ignore strings between characters/strings, for example, between {% and %}?
We use pyspelling in a GitHub Actions workflow 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 rojopolis/spellcheck-github-actions#24 , but 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 %}?