search for: phpmarkdown

Displaying 3 results from an estimated 3 matches for "phpmarkdown".

Did you mean: phptomarkdown
2008 May 03
1
markdown implementation in C using PEG grammar
...it should be easy to extend and modify. Right now it can produce output in either HTML or LaTeX, but it would be simple to add other output formats. It's very fast: on my machine, it converts a 178K markdown file in 0.14 seconds (vs. 9.6 seconds for the latest Markdown.pl and 0.57 seconds for phpmarkdown). It passes all the tests in the Markdown 1.0.3 test suite, with one exception (an edge case where there is room for disagreement). It's on github at http://github.com/jgm/peg-markdown/tree/master. If you use git, you can clone the repository: git clone git://github.com/jgm/peg-markdown....
2012 Dec 10
0
AnyMark - a PHP Markdown parser
I've extracted (from another project I'm working on) a Markdown Parser written in PHP. It is written in PHP. It is not a pure Markdown parser (eg adding header id's), not fast, not a competitor to PHPMarkdown. However, it *may* be of interest to someone. The code (and docs) can be found here: https://github.com/koenhoeymans/AnyMark
2010 May 01
4
using markdown in a forum?
Hi, Is markdown a good language to use in a web forum application? How does it compare to bbcode in features and ease-of-use for non-technical users? I'm thinking of using jquery-markedit in that forum app. Thanks, -- http://www.cruisefish.net