david parsons
be8ab7a1dc
Add support for backtick fenced code blocks
2012-08-07 23:25:56 -07:00
david parsons
b757cb8b2e
Add test cases for fenced code blocks with tildes, paragraph with attached tildes
2011-07-22 10:01:39 -07:00
david parsons
ed67967a9e
Add some more test cases for fenced code blocks
2011-07-20 23:22:18 -07:00
david parsons
f2d50caa02
Add test cases for fenced code blocks
2011-07-20 18:45:11 -07:00
david parsons
2cab1cd458
Rework the backtick code so it won't do closing backtick fragments.
2010-08-31 14:12:12 -07:00
David Parsons
d795b0fd22
Version 1.6.7 -- fix the mismatched backtick bug
2010-08-27 23:20:06 -07:00
David Parsons
34f491ee66
Add two test cases from (old, fixed) reddit defect described in
...
<http://code.reddit.com/ticket/695 >
2010-03-16 12:30:16 -07:00
David Parsons
444178882d
Add a new code test case, change the descriptions on a couple of the
...
other ones.
2010-03-06 19:43:48 -08:00
David Parsons
1f7b8057df
1. If a full tick match isn't found, choose the closest
...
substring match.
2. Move code test cases to code.t
3. Add new code test cases to check that the code handler
works like the standard does.
2010-03-06 15:07:46 -08:00
David Parsons
3aa4343255
Rework all of the test cases so they use tests/functions.sh,
...
which gives me the ability to do verbose and nonverbose test
suite running (`VERBOSE=1 make test` is the traditional output
now, and `make test` just gives pass/fail on each .t file)
2010-02-11 23:13:29 -08:00
David Parsons
ebdd489ed7
1. Fix a bug in generate.c where MKD_NO_EXT was not being handled.
...
2. Add -fext to the options for the markdown program
3. `try`ify a bunch more of the test cases.
2009-06-17 14:30:43 -07:00
David Parsons
46f934d147
Revise a whole bunch of test cases to use my try function.
...
Find and fix a bug where a url with an embedded double quote
is printed out with that doublequote in plaintext.
2009-06-17 11:39:55 -07:00
David Parsons
e08aecaab8
Add tests for unclose single backtick, unclosed double backtick,
...
and removal of space around code object.
2008-09-05 18:52:15 -07:00
David Parsons
dd62ce7675
Xcode for Macos 10.5 sucks. If you're running /bin/sh
...
here, `echo -n` *does not work* from inside it. So I
will write my own version of echo and use that for test
output.
2008-05-23 21:36:15 -07:00
david parsons
38640dc511
Pass flags in to mkd_in() and mkd_string(), protect against user flags
2008-01-10 16:02:30 -08:00
david parsons
3fc49328f3
Rework the published interface.
...
1. Officially expose mkd_compile(), mkd_cleanup(),
mkd_generatehtml().
2. Internally use the new Document structure, which
hold the markup and (optionally) header information.
3. Support ``--enable-<foo>`` during configure.sh
* change --with-dl-tag to --enable-dl-tag.
* add --enable-pandoc-header to support pandoc headers.
2008-01-10 12:22:39 -08:00
david parsons
f3e4e2c821
Add a testcase for codeblocks
2008-01-09 10:55:46 -08:00