Login
or
register
Overview
Introduction
Features
Credits
License
This Wiki
Status
News
Releases
Change Log
Recent Wiki Edits
User Guide
Installation
Command Line
Using as a Module
Integration
Reporting Bugs
Advanced
Mailing List
Source Code
Test Suite
Extensions
Extensions
Writing Extensions
Available Extensions
Related Projects
Tickets
▹ 000033
Consecutive links with titles break
Anonymous users must enter
captcha
below.
Don't put anything here
Ticket Information
Ticket Title
Don't put anything here
I have a page with several paragraphs followed by a list of links, as shown below. Each link is followed by two spaces, so that a break will be inserted after each link (in theory). From the Markdown Web site: "When you do want to insert a <br /> break tag using Markdown, you end a line with two or more spaces, then type return." Prior to upgrading to 2.0, the list displayed correctly, but now it chokes. Input: Resource links: [LinkName](http://www.website.tld/ "Title") [LinkName](http://www.website.tld/ "Title") [LinkName](http://www.website.tld/ "Title") Expected output: <p>Publication resources:</p> <p><a href="http://www.website.tld/" title="Title">LinkName</a><br /> <a href="http://www.website.tld/" title="Title">LinkName</a><br /> <a href="http://www.website.tld/" title="Title">LinkName</a><br /></p> Actual output: <p>Publication resources:</p> <p><a href="http://www.website.tld/" title="Title") [LinkName](http://www.website.tld/ "Title") [LinkName](http://www.website.tld/ "Title">LinkName</a></p> ###Comments __Waylan__ May 8, 2009: Thanks for the report. It appears that this problem only occurs when two or more consecutive links contain titles. Remove the titles and the problem goes away. In fact, it has nothing to do with the line breaks (so I've changed the title). The most basic example that breaks: [link](http://example.com "title") [link2](http://example2.com "title2") becomes: <p><a href="http://example.com" title="title") [link2](http://example2.com "title2">link</a></p> Probably just need to tweak the regex.
Reported by
Assigned to
Status
open
someday
resolved
closed
Resolution
n.a.
fixed
wontfix
Don't put anything here
Advanced Fields
Priority
unassigned
high
medium
low
Resolution Explanation
Component
Don't put anything here
Don't put anything here
About This Edit
Minor Edit
Edit Summary
Don't put anything here
save
preview
cancel
Powered by
Sputnik
|
XHTML 1.1