PHP Library
Are there any plans to develop a PHP library implementation of MultiMarkdown? That would enable CMSs such as Perch or Statamic to support MMD as content.
Bob
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Fletcher on 01 May, 2014 08:20 PM
I have no plans to develop anything, but MMD is written in C, so it will
compile for essentially any hardware/OS out there. In my experience,
all modern/useful languages offer one of two things:
1) The ability to "shell" out to run a command, which allows the use of MMD
2) The ability to "link" to a compiled C library to use the existing MMD
code.
Others have already done this for node, ruby, etc.
I see no reason to entirely rewrite MMD in another language, which will
in all likelihood result in decreased performance, new opportunities for
bugs, and will require simultaneous upkeep of two (or more) codebases.
F-