PHP markdown and Extra have been updated several times
moshe weitzman - January 11, 2007 - 23:54
| Project: | Markdown with SmartyPants |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
looks like extra is in active development again. please replace current files with latest.

#1
actually, i would argue that markdown is not being updated in a timely manner by gruber and we should only include markdown extra in our bundle. it is hard to use extra with this module because the input filter help only points to the markdown syntax cheatsheet on gruber's site.
#2
+1 for including only the latest markdown extra.
alternatively, use attached patch to choose between any version of markdown.php, including the latest 1.0.1f and Extra 1.1.2. the patch includes a function for version checking, which is used to display the current "Markdown PHP Version" and "Markdown Syntax Version" in admin/filters/<markdown_filter>/configure (this is currently broken with markdown.php versions above 1.0.1c because the version globals became constants).
this function could also be used to display different input filter help depending on the installed version of markdown.php. too much for me, though :( maybe someone else could pick this up. http://www.michelf.com/projects/php-markdown/dingus/ and http://www.michelf.com/projects/php-markdown/extra/ should be a good start.
#3
#4
Automatically closed -- issue fixed for two weeks with no activity.