Closed (fixed)
Project:
Freelinking
Version:
6.x-3.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2011 at 03:57 UTC
Updated:
20 Oct 2014 at 08:44 UTC
Jump to comment: Most recent
Currently, it's not possible to use Freelinking's Markdown link syntax and interoperate with the Markdown filter, as Freelinking replaces any external links (e.g. "[Example](http://example.com)") with an error message. The attached patch handles this by ignoring a link and passing it through unchanged if and only if the markdown syntax is selected, and the URL scheme doesn't match any plugin indicators, or an explicit relative link (using a leading '/', './' or '../') is used. Thus, the link falls through to Markdown, which can then handle it as a regular Markdown link.
| Comment | File | Size | Author |
|---|---|---|---|
| fl_md.patch | 899 bytes | pje |
Comments
Comment #1
gisleSetting status to "Needs review". Patches need to be reviewed by the project's user community before they are committed.
Comment #3
gisleThis should be fixed in version 6.x-3.4.
Please see the release notes.