.flake8
.gitignore
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
.github/CODEOWNERS
.github/workflows/ci.yml
.github/workflows/lint.yml
.github/workflows/release.yml
mdx_better_lists/__init__.py
mdx_better_lists/extension.py
mdx_better_lists.egg-info/PKG-INFO
mdx_better_lists.egg-info/SOURCES.txt
mdx_better_lists.egg-info/dependency_links.txt
mdx_better_lists.egg-info/requires.txt
mdx_better_lists.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_advanced.py
tests/test_always_start_at_one.py
tests/test_basic.py
tests/test_html_in_lists.py
tests/test_marker_separation.py
tests/test_nested.py
tests/test_ordered_list_loose.py
tests/test_paragraphs.py
tests/test_preserve_numbers.py
tests/test_separation.py
tests/test_split_paragraph_lists.py
tests/test_truly_sane_compatibility.py
tests/test_unordered_list_separation.py