search for: markdown_filt

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

Did you mean: markdown_filter
2011 Oct 26
1
Object-oriented PHP implementation is coming, looking for parties
...n 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 to transform markdown these filters are running one by one resulting to html. By default, one more special filter is run. It will pass given text to original Markdown.pl 1.0.1 This way we get parsed markdown even if som...