search for: markdown_text

Displaying 1 result from an estimated 1 matches for "markdown_text".

2011 Oct 26
1
Object-oriented PHP implementation is coming, looking for parties
...n in PHP a new look, I've designed a library, which I named markdown-oo-php oo-php stands for object-oriented php. It's designed to be easy to use and extend. There is two components Text and Filter. Text is an entity user works with, it represents text being processed. E.g.: echo new Markdown_Text($plaintext); Filter is a superclass and set of specific filters which does actual parsing. Each specific filter is an object which transforms a single markdown element to xhtml. Examples of filters are: Markdown_Filter_Hr, Markdown_Filter_Linebreak, Markdown_Filter_ListBulleted. When user wants t...