omnilib / sphinx-mdinclude

Markdown extension for Sphinx
https://sphinx-mdinclude.omnilib.dev
MIT License
21 stars 11 forks source link

Fix the ability to use autolinks #3

Closed thatch closed 2 years ago

thatch commented 2 years ago

Description

Fix the ability to use autolinks (links with <> around them). Test included. I poked around at trying to make flake8 or mypy complain about the subclass using different args and in a few minutes of trying, could not. Did notice one import-related problem and fixed that as well.

Fixes: #2