Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Extend Downloader Plugin
#10
ccagle8 Wrote:mikeh: This is the way Extend does it...

1. Include markdown.php [ http://michelf.com/projects/php-markdown/ ]
Code:
require_once('includes/markdown.php');

2. When spitting out the description, do it this way:
Code:
echo Markdown(stripslashes(html_entity_decode($description, ENT_QUOTES, 'UTF-8')))

I was trying to avoid including the 25kb markdown script, but that will work. Thanks
Reply


Messages In This Thread
Extend Downloader Plugin - by mikeh - 2011-12-21, 04:30:10
Extend Downloader Plugin - by mvlcek - 2011-12-21, 05:25:03
Extend Downloader Plugin - by mikeh - 2011-12-21, 05:33:30
Extend Downloader Plugin - by ccagle8 - 2011-12-21, 05:58:40
Extend Downloader Plugin - by mikeh - 2011-12-21, 06:23:04
Extend Downloader Plugin - by mikeh - 2011-12-21, 09:43:17
Extend Downloader Plugin - by ccagle8 - 2011-12-21, 23:12:15
Extend Downloader Plugin - by mikeh - 2011-12-22, 02:13:55
Extend Downloader Plugin - by ccagle8 - 2011-12-22, 03:53:24
Extend Downloader Plugin - by mikeh - 2011-12-22, 05:17:39
Extend Downloader Plugin - by ccagle8 - 2011-12-22, 05:32:51
Extend Downloader Plugin - by mikeh - 2011-12-22, 06:02:18



Users browsing this thread: 1 Guest(s)