.gitignore
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE.md
MANIFEST.in
README.md
logo.png
macros_info.png
setup.py
test_fixture.sh
update_pypi.sh
.github/workflows/greetings.yml
mkdocs_macros/__init__.py
mkdocs_macros/context.py
mkdocs_macros/errors.py
mkdocs_macros/macros_info.md
mkdocs_macros/plugin.py
mkdocs_macros/py.typed
mkdocs_macros/util.py
mkdocs_macros_plugin.egg-info/PKG-INFO
mkdocs_macros_plugin.egg-info/SOURCES.txt
mkdocs_macros_plugin.egg-info/dependency_links.txt
mkdocs_macros_plugin.egg-info/entry_points.txt
mkdocs_macros_plugin.egg-info/requires.txt
mkdocs_macros_plugin.egg-info/top_level.txt
test/__init__.py
test/fixture.py
test/main_sample.py
test/debug/mkdocs.yml
test/debug/docs/index.md
test/module/__init__.py
test/module/main.py
test/module/mkdocs.yml
test/module/test_site.py
test/module/docs/environment.md
test/module/docs/index.md
test/module/docs/literal.md
test/module/docs/other.md
test/module/include/foo.md
test/module_dir/mkdocs.yml
test/module_dir/docs/environment.md
test/module_dir/docs/index.md
test/module_dir/include/foo.md
test/module_dir/mymodule/__init__.py
test/new_syntax/main.py
test/new_syntax/mkdocs.yml
test/new_syntax/docs/index.md
test/no_module/main.py
test/no_module/mkdocs.yml
test/no_module/docs/index.md
test/null/__init__.py
test/null/mkdocs.yml
test/null/test_site.py
test/null/docs/index.md
test/null/docs/second.md
test/opt_in/__init__.py
test/opt_in/mkdocs.yml
test/opt_in/test_site.py
test/opt_in/docs/index.md
test/opt_in/docs/noname.md
test/opt_in/docs/render_this_one.md
test/opt_in/docs/not_rendered/noname.md
test/opt_in/docs/rendered/exception.md
test/opt_in/docs/rendered/noname.md
test/opt_out/__init__.py
test/opt_out/mkdocs.yml
test/opt_out/test_site.py
test/opt_out/docs/index.md
test/opt_out/docs/rendered.md
test/register_macros/__init__.py
test/register_macros/hooks.py
test/register_macros/mkdocs.yml
test/register_macros/test_doc.py
test/register_macros/docs/index.md
test/register_macros/docs/second.md
test/simple/__init__.py
test/simple/main_old.py
test/simple/mkdocs.yml
test/simple/test_site.py
test/simple/docs/index.md
test/simple/docs/second.md
webdoc/extra_requirements.txt
webdoc/mkdocs.yml
webdoc/docs/admonition.png
webdoc/docs/advanced.md
webdoc/docs/changelog.md
webdoc/docs/contribute.md
webdoc/docs/dog-eating.jpg
webdoc/docs/git_info.md
webdoc/docs/help.md
webdoc/docs/index.md
webdoc/docs/license.md
webdoc/docs/macros.md
webdoc/docs/macros_info.png
webdoc/docs/pages.md
webdoc/docs/pluglets.md
webdoc/docs/post_production.md
webdoc/docs/registration.md
webdoc/docs/rendering.md
webdoc/docs/tips.md
webdoc/docs/troubleshooting.md
webdoc/docs/why.md