search for: markdowntest

Displaying 5 results from an estimated 5 matches for "markdowntest".

2007 Nov 03
3
ANN: python-markdown2 -- another Python implementation of Markdown
...elieve that it is faster than markdown.py [^2] and on par or a little faster than Markdown.pl. It is basically a re-write of Markdown.pl in Python and generally generates the *exact same* output as Markdown.pl. There is a fairly extensive test suite [^3] -- including testing with some of the "MarkdownTest" and "MDTest" test suites. I've also started on implementing some of the common extras [^4] (some patches from Adam Gomaa). I welcome any feedback. Cheers, Trent [^1]: I had tried a long while back to send some bug reports/patches to Yuri (I believe the maintainer of markdown...
2009 Feb 28
1
What is the most recent offical test suite ?
I just recently became aware of MarkdownTest_1.0.3 (which discount fails, due to the behavior of code blocks changing from "leave whitespace alone except on the first line" to "leave whitespace alone", and the addition of a new kind of magic link that doesn't seem to be documented); is this the most recent version of t...
2007 May 09
0
Updated Markdown Test Suite
I've updated the MarkdownTest package. The test script is unchanged, but the Tests folder contains new tests, corresponding to the bugs fixed in 1.0.2b8. <http://daringfireball.net/projects/downloads/MarkdownTest_1.0_2007-05-09.tgz> -J.G.
2006 Aug 15
2
PHP 5 port of Markdown, plugin-based
...integer markers instead of MD5 hashes, and changing some of the rule names (e.g., from "Anchors" to "Links" in one case, and from "ItalicsAndBold" to "EmStrong" in another). Solar_Markdown comes with unit tests for individual plugins, and passes the MarkdownTest suite John has so kindly published (except for the "advanced inline html" test, which apparently nobody passes at this point). * <http://solarphp.com/svn/trunk/tests/Test/Solar/Markdown/> I'm happy to take feedback and suggestions for improving the code, and I hope it ca...
2010 Dec 15
3
my scala markdown implementation
Hi, I have written my own implementation of markdown in Scala. I only later realized there is already one ( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some work into mine and I think it is never bad to have alternatives, so I wanted to release it anyway. I want to use the same BSD License as the original markdown, but before I put it out into the wild I wanted to ask