Heya! 'couple of things:
1. Do not register a generic 'Markdown' service. Namespace it with your module name. 2. The parser is built in the view helper. To allow swapping it out and reduce instantiations, you may make that one a service and inject it in your view helper 3. Did you have a look at EdpMarkdown? https://github.com/EvanDotPro/EdpMarkdown/ Keep on developing! :) Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 10 December 2012 08:39, fwahlqvist <[email protected]> wrote: > Hi all, > I am in the process of learning ZF2 and learning by doing... > I have created a simple plugin module that allows a application to use > Markdown in a view script, you can find the module here > https://github.com/fwahlqvist/WdevMarkdown > I am now looking for constructive feedback on this module and would > appreciate if you could share it here and of course create any issues in > GitHub. > > > Many thanks in advance > > Fred > > > > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/Feedback-wanted-on-Markdown-plugin-module-tp4658366.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > >
