PatrickLouys / no-framework-tutorial

A small tutorial to show how to create a PHP application without a framework.
MIT License
1.53k stars 188 forks source link

Markdown parsing in 'Dynamic Pages' section #51

Closed gbrlmza closed 6 years ago

gbrlmza commented 8 years ago

Markdown parsing mentioned in Dynamic Pages but not implemented. Is intentional as an exercise or missing?

PatrickLouys commented 8 years ago

Good catch. That was something that I had planned but never got around to writing more chapters...

phillipsharring commented 7 years ago

I took a crack at it here: https://github.com/philsown/noframework/commit/194c082ce5dd413404cba3c72a502c36e375e011

But the $injector->delegate('Parsedown'... is probably unnecessary.