Closed (won't fix)
Project:
Markdown with SmartyPants
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Feb 2007 at 10:31 UTC
Updated:
26 Jul 2007 at 16:47 UTC
Hello,
Markdown currently generates links manually without considering Drupal's base_path() which might lead to incorrect links, or headaches if you are moving to/from a subdirectory or a domain. This patch modifies Markdown to use l() which makes sure links will work all the time despite of the hosting environment.
Cheers,
| Comment | File | Size | Author |
|---|---|---|---|
| markdown_correct_links.patch | 1.29 KB | AmrMostafa |
Comments
Comment #1
moshe weitzman commentedmakes sense, but i really don't want to ship with a forked markdown.php. some use regular markdown, others use extra ... if people want this, they should apply this patch.