Dmitry Shachnev
Dmitry Shachnev
Currently, the tarball contains only a part of the files needed for the tests: ```bash $ wget -q "https://files.pythonhosted.org/packages/8a/cc/593faba2554b0a950249b0240417319de67f3e2ee5b70755c49b70be043a/mkdocs-0.17.3.tar.gz" $ tar xzf mkdocs-0.17.3.tar.gz $ cd mkdocs-0.17.3/ $ ls -l mkdocs/tests/integration...
It was suggested that we scan the HTML for headers and display links to them somewhere in the side panel. Reported by: mandriver Original Ticket: [retext/tickets/133](https://sourceforge.net/p/retext/tickets/133)
Looks like there is a "gap in the market" for a software that can edit "wiki-like" documents directly from filesystem, without leaving editor for opening the next document. Also with...
Although the parser supports fenced code block, the syntax highlighter seems not. e.g. `````` ``` # this should not be headered ``` `````` Reported by: colinfang Original Ticket: [retext/tickets/98](https://sourceforge.net/p/retext/tickets/98)
### Describe the bug @AA-Turner Thank you for doing release work for Sphinx. I am Sphinx maintainer in Debian and we are importing upstream tarballs into our version control system....
Support for old deprecated API was removed in Python-Markdown 3.4.
In my repository https://github.com/mitya57/pymarkups, I have a test defined as. ``` python @unittest.skipUnless(TextileMarkup.available(), 'Textile not available') class TextileTest(unittest.TestCase): ... ``` When running it when Textlile is not installed, I get:...
I have created a new helper tool, [dh_mkdocs](https://manpages.debian.org/unstable/mkdocs/dh_mkdocs.1.en.html), which takes care of symlinking static files. This pull request makes use of that tool instead of symlinking stuff manually. It is...
### Describe the bug When I build Sphinx' own documentation locally, and search for `example`, search results look like this:  Only if I go to browser console and...
## Change Summary This adds `URLENCODE` that percent-encodes special characters, so that column value can be safely substituted into URLs. ## Change type - [x] feat: (new feature for the...