Opened 15 years ago
Closed 15 years ago
#297 closed defect (fixed)
qwiki: URLs with pound signs are not rendering properly
| Reported by: | Shawn Rutledge | Owned by: | sjamaan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | extensions | Version: | 4.5.x |
| Keywords: | qwiki intra-page link pound symbol | Cc: | |
| Estimated difficulty: |
Description
Example: http://wiki.call-cc.org/manual/Getting%20started
(See the full list?.)
renders as
(See the <a href="using-the-interpretertoplevel-commands" class="internal">full list</a>.)
the pound sign is missing.
Change History (4)
comment:1 Changed 15 years ago by
| Keywords: | qwiki added; svnwiki-sxml removed |
|---|---|
| Summary: | svnwiki-sxml egg: URLs with pound signs are not rendering properly → qwiki: URLs with pound signs are not rendering properly |
comment:2 Changed 15 years ago by
| Milestone: | 4.6.0 |
|---|
comment:3 Changed 15 years ago by
| Owner: | set to sjamaan |
|---|---|
| Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.

Hi,
This is actually a rendering problem in qwiki, not a parsing problem in svnwiki-sxml. This link is correctly parsed to:
(int-link "Using the interpreter#Toplevel commands" "full list")
[Chickadee screws rendering up too. Oops.]