.gitattributes
.gitignore
.pre-commit-config.yaml
.prettierrc
CHANGELOG.rst
CODE_OF_CONDUCT.rst
LICENSE
README.rst
conftest.py
example.mdx
pyproject.toml
spelling_private_dict.txt
zizmor.yml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/dependabot-merge.yml
.github/workflows/lint.yml
.github/workflows/publish-site.yml
.github/workflows/release.yml
.vscode/extensions.json
.vscode/settings.json
docs/source/__init__.py
docs/source/changelog.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/index.rst
docs/source/install.rst
docs/source/release-process.rst
src/sybil_extras/__init__.py
src/sybil_extras/languages.py
src/sybil_extras/py.typed
src/sybil_extras/spelling_private_dict.txt
src/sybil_extras.egg-info/PKG-INFO
src/sybil_extras.egg-info/SOURCES.txt
src/sybil_extras.egg-info/dependency_links.txt
src/sybil_extras.egg-info/not-zip-safe
src/sybil_extras.egg-info/requires.txt
src/sybil_extras.egg-info/top_level.txt
src/sybil_extras/evaluators/__init__.py
src/sybil_extras/evaluators/_subprocess_utils.py
src/sybil_extras/evaluators/block_accumulator.py
src/sybil_extras/evaluators/code_block_writer.py
src/sybil_extras/evaluators/multi.py
src/sybil_extras/evaluators/no_op.py
src/sybil_extras/evaluators/spelling_private_dict.txt
src/sybil_extras/evaluators/thread_safe_skip.py
src/sybil_extras/evaluators/shell_evaluator/__init__.py
src/sybil_extras/evaluators/shell_evaluator/_pycon.py
src/sybil_extras/evaluators/shell_evaluator/exceptions.py
src/sybil_extras/evaluators/shell_evaluator/result_transformer.py
src/sybil_extras/evaluators/shell_evaluator/source_preparer.py
src/sybil_extras/parsers/__init__.py
src/sybil_extras/parsers/_line_offsets.py
src/sybil_extras/parsers/abstract/__init__.py
src/sybil_extras/parsers/abstract/_grouping_utils.py
src/sybil_extras/parsers/abstract/attribute_grouped_source.py
src/sybil_extras/parsers/abstract/group_all.py
src/sybil_extras/parsers/abstract/grouped_source.py
src/sybil_extras/parsers/abstract/spelling_private_dict.txt
src/sybil_extras/parsers/djot/__init__.py
src/sybil_extras/parsers/djot/codeblock.py
src/sybil_extras/parsers/djot/custom_directive_skip.py
src/sybil_extras/parsers/djot/group_all.py
src/sybil_extras/parsers/djot/grouped_source.py
src/sybil_extras/parsers/djot/lexers.py
src/sybil_extras/parsers/djot/thread_safe_skip.py
src/sybil_extras/parsers/markdown/__init__.py
src/sybil_extras/parsers/markdown/custom_directive_skip.py
src/sybil_extras/parsers/markdown/group_all.py
src/sybil_extras/parsers/markdown/grouped_source.py
src/sybil_extras/parsers/markdown/spelling_private_dict.txt
src/sybil_extras/parsers/markdown/thread_safe_skip.py
src/sybil_extras/parsers/markdown_it/__init__.py
src/sybil_extras/parsers/markdown_it/codeblock.py
src/sybil_extras/parsers/markdown_it/custom_directive_skip.py
src/sybil_extras/parsers/markdown_it/group_all.py
src/sybil_extras/parsers/markdown_it/grouped_source.py
src/sybil_extras/parsers/markdown_it/lexers.py
src/sybil_extras/parsers/markdown_it/thread_safe_skip.py
src/sybil_extras/parsers/mdx/__init__.py
src/sybil_extras/parsers/mdx/attribute_grouped_source.py
src/sybil_extras/parsers/mdx/codeblock.py
src/sybil_extras/parsers/mdx/custom_directive_skip.py
src/sybil_extras/parsers/mdx/group_all.py
src/sybil_extras/parsers/mdx/grouped_source.py
src/sybil_extras/parsers/mdx/lexers.py
src/sybil_extras/parsers/mdx/thread_safe_skip.py
src/sybil_extras/parsers/myst/__init__.py
src/sybil_extras/parsers/myst/custom_directive_skip.py
src/sybil_extras/parsers/myst/group_all.py
src/sybil_extras/parsers/myst/grouped_source.py
src/sybil_extras/parsers/myst/sphinx_jinja2.py
src/sybil_extras/parsers/myst/thread_safe_skip.py
src/sybil_extras/parsers/myst_parser/__init__.py
src/sybil_extras/parsers/myst_parser/codeblock.py
src/sybil_extras/parsers/myst_parser/custom_directive_skip.py
src/sybil_extras/parsers/myst_parser/group_all.py
src/sybil_extras/parsers/myst_parser/grouped_source.py
src/sybil_extras/parsers/myst_parser/lexers.py
src/sybil_extras/parsers/myst_parser/sphinx_jinja2.py
src/sybil_extras/parsers/myst_parser/thread_safe_skip.py
src/sybil_extras/parsers/norg/__init__.py
src/sybil_extras/parsers/norg/codeblock.py
src/sybil_extras/parsers/norg/custom_directive_skip.py
src/sybil_extras/parsers/norg/group_all.py
src/sybil_extras/parsers/norg/grouped_source.py
src/sybil_extras/parsers/norg/lexers.py
src/sybil_extras/parsers/norg/thread_safe_skip.py
src/sybil_extras/parsers/rest/__init__.py
src/sybil_extras/parsers/rest/custom_directive_skip.py
src/sybil_extras/parsers/rest/group_all.py
src/sybil_extras/parsers/rest/grouped_source.py
src/sybil_extras/parsers/rest/spelling_private_dict.txt
src/sybil_extras/parsers/rest/sphinx_jinja2.py
src/sybil_extras/parsers/rest/thread_safe_skip.py
tests/__init__.py
tests/conftest.py
tests/test_languages.py
tests/evaluators/__init__.py
tests/evaluators/test_block_accumulator.py
tests/evaluators/test_code_block_writer.py
tests/evaluators/test_multi.py
tests/evaluators/test_pycon_shell_evaluator.py
tests/evaluators/test_shell_evaluator.py
tests/parsers/__init__.py
tests/parsers/test_attribute_grouped_source.py
tests/parsers/test_custom_directive_skip.py
tests/parsers/test_group_all.py
tests/parsers/test_grouped_source.py
tests/parsers/test_sphinx_jinja2.py
tests/parsers/test_thread_safe_skip.py
tests/parsers/djot/__init__.py
tests/parsers/djot/conftest.py
tests/parsers/djot/test_codeblock.py
tests/parsers/djot/test_lexers.py
tests/parsers/markdown_it/__init__.py
tests/parsers/markdown_it/test_codeblock.py
tests/parsers/markdown_it/test_lexers.py
tests/parsers/myst/__init__.py
tests/parsers/myst_parser/__init__.py
tests/parsers/myst_parser/test_codeblock.py
tests/parsers/myst_parser/test_lexers.py
tests/parsers/myst_parser/test_sphinx_jinja2.py
tests/parsers/norg/__init__.py
tests/parsers/norg/test_codeblock.py
tests/parsers/norg/test_lexers.py