- From: Brandon Frohs <bfrohs@gmail.com>
- Date: Fri, 26 Oct 2012 12:54:21 -0400
- To: public-markdown@w3.org
A large number of tests (114 currently) can be found within the CodeMirror project on GitHub, a JavaScript code editor. These tests were written specifically for CodeMirror's class-based approach to styling (rather than nested tags), but they should be able to be ported over pretty easily to any harness. I'd be happy to do this myself, if a harness is decided upon. # Code * Tests: https://github.com/marijnh/CodeMirror/blob/master/mode/markdown/test.js * Harness: https://github.com/marijnh/CodeMirror/blob/master/test/index.html # Live test * Markdown only: http://codemirror.net/test/index.html#markdown_* Brandon Frohs (bfrohs) bfrohs@gmail.com
Received on Saturday, 27 October 2012 07:32:44 UTC