Skip to content

Move importing/exporting data snippets into recipes #62

Move importing/exporting data snippets into recipes

Move importing/exporting data snippets into recipes #62

Workflow file for this run

matrix:
- name: Markdown
expect_match: false
aspell:
lang: en
dictionary:
wordlists:
- .github/workflows/.wordlist.txt
output: wordlist.dic
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- markdown.extensions.extra:
- pyspelling.filters.html:
comments: false
attributes:
- alt
ignores:
- ':matches(code, pre)'
- 'code'
- 'pre'
- 'blockquote'
sources:
- 'README.md'
- 'docs/*.adoc'
- 'docs/**/*.adoc'