summaryrefslogtreecommitdiff
path: root/test/tables_test.rb
AgeCommit message (Expand)Author
2016-01-03ignore spaces in cols attribute on tableDan Allen
2016-01-03resolves #1647 ensure colpcwidth values add up to 100%Dan Allen
2015-12-30resolves #1626 callouts should be globally unique within documentDan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-12-22reresolves #1582 don't pass toc location attributes to subdocumentDan Allen
2015-12-21resolves #1582 don't include default toc in nested documentDan Allen
2015-10-30remove puts in test suiteDan Allen
2015-10-30resolves #1556 correctly calculate colnames for implicit columnsDan Allen
2015-10-10Merge pull request #1507 from mojavelinux/issue-1306Dan Allen
2015-10-10resolves #1306 preserve escaped delimiter at end of line in a tableDan Allen
2015-10-09resolves #1460 don't crash if colspan exceeds colspecDan Allen
2015-10-03ignore empty cols attribute on tableDan Allen
2015-06-24resolves #1375 account for empty records in colspecDan Allen
2015-05-16resolves #1140 support unbreakable & breakable options on tablerockyallen
2014-11-19resolves #1106 honor empty cell at end of table rowDan Allen
2014-11-08resolves #1180 table with one cell should only produce one rowDan Allen
2014-08-07add line break opportunity (​) after emdash and ellipsesDan Allen
2014-07-30resolves #1046 use more concise curved quote syntaxDan Allen
2014-07-14resolves #924 correctly calculate columns if colspan used in 1st row of tableDan Allen
2014-07-14resolves #717 disable single quotes as formatting marks for emphasized textDan Allen
2014-07-11resolves #985 match cell specs when cell separator is customizedDan Allen
2014-07-10resolves #975 use stylesheet to set default table widthDan Allen
2014-02-26resolves #778, rewrite converter API; resolves #638, integrate thread_safe gemDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2014-01-26enforce no use of header class in header table cellDan Allen
2014-01-20major refactoring of parser and regexpDan Allen
2014-01-19remove ERB from most DocBook templates; add some missing DocBook testsDan Allen
2014-01-15resolves #863 allow doctype to be set in AsciiDoc table cellDan Allen
2013-11-04inline the table template for the html5 backendDan Allen
2013-11-03resolves #727 remove trailing endlines from source dataDan Allen
2013-10-26resolves #738 vertical table headers use th element instead of header classDavid Gamba
2013-10-23resolves #729 Share select references between AsciiDoc-style cell & main docu...Dan Allen
2013-08-21resolves #575, #572 and #581 refactor reader to track include stackDan Allen
2013-07-05resolves #453 honor directive on first line of AsciiDoc table cellDan Allen
2013-06-29resolves #465 support percentage column widthsDan Allen
2013-06-03resolves #387 implicit table header rowDan Allen
2013-05-30resolves #382 don't leak doctitle into nested documentDan Allen
2013-05-25resolves #350 shorthand syntax for table formatDan Allen
2013-05-25resolves #228 support {set:name:value} syntaxDan Allen
2013-05-03fix css selectors for tables to work w/ libxml2 2.9Dan Allen
2013-04-22compliance bug fixes and more testsDan Allen
2013-04-22resolves #187 complete masquerade functionality for blocks & paragraphsDan Allen
2013-04-20resolves #260 use code element instead of ttDan Allen
2013-02-20numerous cleanups, optimizations and minor fixesDan Allen
2013-01-28cleanup templates, reoptimize macro subs, fixes & testsDan Allen
2013-01-17add counters and figure, table and example captionsDan Allen
2013-01-15optimize rendering and add additional configurationDan Allen
2013-01-13fully-compliance AsciiDoc table support (psv, dsv, csv)Dan Allen