sphinx-mdinclude icon indicating copy to clipboard operation
sphinx-mdinclude copied to clipboard

Markdown extension for Sphinx

Results 13 sphinx-mdinclude issues
Sort by recently updated
recently updated
newest added

### Description With README.md of ```md # Title [![CalVer v0.2.0+2022.09.1000][version_img]][version_url] [version_img]: https://img.shields.io/static/v1.svg?label=CalVer&message=v0.2.0+2022.09.1000&color=blue [version_url]: https://pypi.org/project/bumpver/ ``` Url `https://img.shields.io/static/v1.svg?label=CalVer&message=v0.2.0+2022.09.1000&color=blue` is rendered as `https://img.shields.io/static/v1.svg?label=CalVer&message=v0.2.0+2022.09.1000&color=blue`, breaking linkage ### Details * OS: debian/buster * Python...

bug

### Description we use this plugin to include readme.md files into the sphinx documentation. In this usecase used images are referenced relative to the *.md file - currently sphinx will...

### Add support for internal links At the moment, links to headings inside the file aren't working, see following example: ```markdown ## Getting Started Lorem Ipsum ## Development For xyz...

### Description Including bold (**) or italic (*) within words currently results in asterisks appearing in the HTML with a link, e.g. `**b**o**l**d or *i*tal*i*c` The first will give: `**b**o**l**d`...

Using mdinclude to embed the .md document outside the document can display docstring and other content, but when there is a relative path in the md file to display the...

good first issue

### Description Would be great to do: ``` .. minclude:: somedir/*.md ``` and have the plugin automatically include all pages matching that glob.

enhancement

Hi, (Bit of a novice in Sphinx, not completely sure the issue is in `sphinx_mdinclude`) ### Description I'm adding a `README.md` with the following contents to my Sphinx documentation: ```...

enhancement

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.6.0. Changelog Sourced from coverage's changelog. Version 7.6.0 — 2024-07-11 Exclusion patterns can now be multi-line, thanks to Daniel Diniz <pull 1807_>. This enables many...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.1. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.11 We’ve just uploaded mypy 1.11 to the Python Package Index (PyPI). Mypy...

dependencies
python

Bumps [ufmt](https://github.com/omnilib/ufmt) from 2.5.1 to 2.7.0. Changelog Sourced from ufmt's changelog. v2.7.0 Feature release Experimental support for running a generic LSP (#217) $ git shortlog -s v2.6.0...v2.7.0 2 Amethyst Reese...

dependencies
python