markdown-include icon indicating copy to clipboard operation
markdown-include copied to clipboard

Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.

Results 23 markdown-include issues
Sort by recently updated
recently updated
newest added

I have recently come across the use case where I need to include a markdown file that is in another git repo. What is your opinion on making it possible...

Current line ranges can only support fixed line numbers, which means you cannot: 1. get "all lines after line 5". Currently, you could use `lines=5-99999` but this is not robust...

``` File "/tmp/pip-build-env-eghujpsq/overlay/lib/python3.13/site-packages/setuptools/dist.py", line 730, in parse_config_files self._parse_config_files(filenames=inifiles) ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/tmp/pip-build-env-eghujpsq/overlay/lib/python3.13/site-packages/setuptools/dist.py", line 599, in _parse_config_files opt = self._enforce_underscore(opt, section) File "/tmp/pip-build-env-eghujpsq/overlay/lib/python3.13/site-packages/setuptools/dist.py", line 629, in _enforce_underscore raise InvalidConfigError( ...... ) setuptools.errors.InvalidConfigError:...