david parsons
ac689f3f83
Use styles for table cell alignment instead of "align="
2012-10-29 10:42:21 -07:00
david parsons
a95338fb92
Add a testcase for table alignment with leading |'s
2011-12-07 06:55:12 -08:00
david parsons
a888c16a4f
1. Horribly hack splat() so that it trims off leading and trailing|'s
...
2. change the test cases to reflect the new output
3. Add a pair of test cases to catch table tweaks
2011-09-26 01:20:35 -07:00
david parsons
40e61f6c5a
I messed up the endash & emdash smartypants versions when I wrote discount,
...
and didn't realize I'd done that until John Foerch sent me mail today pointing
out the defect. Whoops!
2011-07-31 11:14:42 -07:00
david parsons
0be590709c
Tweak table handling to hew more closely to the markdown extra implementation.
...
In particular, expand `\` escapes to include `:` and `|`, and follow how
the markdown extra dingus treats escaped line parts.
2011-03-01 10:02:13 -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
f9f25e1a8c
Version 1.5.8:
...
Add 1 feature; allow the user to specify only the width
or height of an image by the simple expedient of leaving
a number off the =WxH parameter.
Fix 2 table bugs: first, don't treat a single line with
pipes as a table, and secondly don't silently delete
tables that are just the header lines.
2009-12-29 21:00:48 -08:00
David Parsons
44860e8d86
1. I was putting out the /tbody and /table (in printtable()) in the
...
reverse order,
2. Add `<iframe>` to the list of block html elements.
2009-08-03 09:58:33 -07:00
David Parsons
94c0e700b4
1. Add a new flag (MKD_NOTABLES) to turn off the table extension.
...
2. Theme is /still/ broken for generating output files -- try to fix again.
3. Add more table test cases.
2009-08-02 10:32:02 -07:00
David Parsons
1b465fe9db
Add some table testcases
2009-07-31 22:43:50 -07:00