Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58b8a5 commit 0fe2a10Copy full SHA for 0fe2a10
1 file changed
.pyspelling.yml
@@ -100,7 +100,7 @@ matrix:
100
content: '''''*'
101
close: '$'
102
# Ignore reStructuredText block directives
103
- - open: '\.\. (code-block|math)::.*$\n*'
+ - open: '\.\. (code-block|math|table)::.*$\n*'
104
content: '(?P<first>(^(?P<indent>[ ]+).*$\n))(?P<other>(^([ \t]+.*|[ \t]*)$\n)*)'
105
close: '(^(?![ \t]+.*$))'
106
- open: '\.\. (raw)::.*$\n*'
0 commit comments