Re: Tests

On Sat, Oct 27, 2012 at 3:41 AM, Dave Pawson <dave.pawson@gmail.com> wrote:
> On 26 October 2012 17:54, Brandon Frohs <bfrohs@gmail.com> wrote:
>> 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.
>
>
> What markup is covered please Brandon? Is it a superset of Markdown
> or restricted to Markdown only as the title suggests?

Strictly Markdown. Github Flavored Markdown is also available as an
extension to the main Markdown mode, which can be found here:

- Tests: https://github.com/marijnh/CodeMirror/blob/master/mode/gfm/test.js
- Live: http://codemirror.net/test/index.html#gfm_*

Received on Saturday, 27 October 2012 17:50:10 UTC