A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/django-wiki/django-wiki/issues/701 below:

links to wiki articles don't respect fragment (#) part of the URL · Issue #701 · django-wiki/django-wiki · GitHub

links plugin cannot find an article, if URL fragment is added to its path.

Reproduction steps
  1. Create an article at path /article-1 and with the following content:

    # Some header {: #some-header }
    
  2. Create another article at path /article-2 and with the following content:

    [link to Article 1](wiki:/article-1)
    
    [link to a header of Article 1](wiki:/article-1#some-header)
    
  3. Observe the second link generated in the second article

Observed result: the link is generated without href attribute.
Expected result: the link should lead to the first article with the #some-header fragment attached to the URL.

System information
$ django-admin.py --version
1.10.5
$ python --version
Python 3.5.2
$ uname -a
Linux citxx-yoga-ubuntu 4.4.0-96-generic #119-Ubuntu SMP Tue Sep 12 14:59:54 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

P.S. I have some problems with getting a working django project with the master django-wiki branch. But I can try a bit harder if you want me to test it :) #


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4