Dmitry Shachnev

Results 25 issues of 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...

Update needed
Needs design decision

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)

auto-migrated
wishlist
hardwork

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...

auto-migrated
wishlist
hardwork

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)

bug
auto-migrated
hardwork

### 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....

bug

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: ![Screenshot 1](https://user-images.githubusercontent.com/1381584/192156464-a4d60702-bffd-4ad3-8dae-fa2bc520fa10.png) Only if I go to browser console and...

bug

## 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...

👀 Status: In Review