dev-master
9999999-dev https://github.com/Level-2/XMarkDownA new approach at templating
BSD-2-Clause
The Requires
- php >=5.5.0
by Tom Butler
markdown parser
Wallogit.com
2017 © Pedro Peláez
A new approach at templating
XMarkDown was originally concieved as a way of demonstrating the use of OOP for a task that is often touted as the realm of procedural code: parsing a linear document. What could be more procedural than that?, (*1)
This is an example of how OOP can be used to solve even the most seemingly "procedural" of problems., (*2)
This is currently a work in progress but is most of the way towards becomming a full markdown parser., (*3)
Parse MarkDown into a DomDocument object rather than focussing on string manipulation, (*4)
Don't rely on regular expressions, (*5)
A new approach at templating
BSD-2-Clause
markdown parser