From: Waylan L. <wa...@gm...> - 2008-11-05 21:04:43
|
On Tue, Nov 4, 2008 at 10:56 PM, Waylan Limberg <wa...@gm...> wrote: > ps: I believe the only other things we're missing from extra are > abbreviations and markdown inside html. If I'm wrong, let me know and > I'll add it to my todo list. I have an old abbreviations extension > which needs to be refactored to run with the many recent changes to > markdown. I haven't even looked at markdown inside html yet. > I just pushed the Abbreviation Extension. Note that this is a simple extension that does nothing more than PHP Markdown Extra. If you want the extra features of my old extension (including the one-of-a-kind inline abbrs defs developed by Seemant Kulleen or loading abbrs from external files) then you can always write your own. Feel free to use my old one as a base. What's really interesting to me, is that with both these recent extensions, I had to do minor patches to markdown.py itself (which were committed separately). However, in each case, the patch should have happened regardless of the specific extension. I'll call it testing the extension API. -- ---- Waylan Limberg wa...@gm... |