index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tables_test.rb
Age
Commit message (
Expand
)
Author
2016-01-03
ignore spaces in cols attribute on table
Dan Allen
2016-01-03
resolves #1647 ensure colpcwidth values add up to 100%
Dan Allen
2015-12-30
resolves #1626 callouts should be globally unique within document
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2015-12-22
reresolves #1582 don't pass toc location attributes to subdocument
Dan Allen
2015-12-21
resolves #1582 don't include default toc in nested document
Dan Allen
2015-10-30
remove puts in test suite
Dan Allen
2015-10-30
resolves #1556 correctly calculate colnames for implicit columns
Dan Allen
2015-10-10
Merge pull request #1507 from mojavelinux/issue-1306
Dan Allen
2015-10-10
resolves #1306 preserve escaped delimiter at end of line in a table
Dan Allen
2015-10-09
resolves #1460 don't crash if colspan exceeds colspec
Dan Allen
2015-10-03
ignore empty cols attribute on table
Dan Allen
2015-06-24
resolves #1375 account for empty records in colspec
Dan Allen
2015-05-16
resolves #1140 support unbreakable & breakable options on table
rockyallen
2014-11-19
resolves #1106 honor empty cell at end of table row
Dan Allen
2014-11-08
resolves #1180 table with one cell should only produce one row
Dan Allen
2014-08-07
add line break opportunity (​) after emdash and ellipses
Dan Allen
2014-07-30
resolves #1046 use more concise curved quote syntax
Dan Allen
2014-07-14
resolves #924 correctly calculate columns if colspan used in 1st row of table
Dan Allen
2014-07-14
resolves #717 disable single quotes as formatting marks for emphasized text
Dan Allen
2014-07-11
resolves #985 match cell specs when cell separator is customized
Dan Allen
2014-07-10
resolves #975 use stylesheet to set default table width
Dan Allen
2014-02-26
resolves #778, rewrite converter API; resolves #638, integrate thread_safe gem
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2014-01-26
enforce no use of header class in header table cell
Dan Allen
2014-01-20
major refactoring of parser and regexp
Dan Allen
2014-01-19
remove ERB from most DocBook templates; add some missing DocBook tests
Dan Allen
2014-01-15
resolves #863 allow doctype to be set in AsciiDoc table cell
Dan Allen
2013-11-04
inline the table template for the html5 backend
Dan Allen
2013-11-03
resolves #727 remove trailing endlines from source data
Dan Allen
2013-10-26
resolves #738 vertical table headers use th element instead of header class
David Gamba
2013-10-23
resolves #729 Share select references between AsciiDoc-style cell & main docu...
Dan Allen
2013-08-21
resolves #575, #572 and #581 refactor reader to track include stack
Dan Allen
2013-07-05
resolves #453 honor directive on first line of AsciiDoc table cell
Dan Allen
2013-06-29
resolves #465 support percentage column widths
Dan Allen
2013-06-03
resolves #387 implicit table header row
Dan Allen
2013-05-30
resolves #382 don't leak doctitle into nested document
Dan Allen
2013-05-25
resolves #350 shorthand syntax for table format
Dan Allen
2013-05-25
resolves #228 support {set:name:value} syntax
Dan Allen
2013-05-03
fix css selectors for tables to work w/ libxml2 2.9
Dan Allen
2013-04-22
compliance bug fixes and more tests
Dan Allen
2013-04-22
resolves #187 complete masquerade functionality for blocks & paragraphs
Dan Allen
2013-04-20
resolves #260 use code element instead of tt
Dan Allen
2013-02-20
numerous cleanups, optimizations and minor fixes
Dan Allen
2013-01-28
cleanup templates, reoptimize macro subs, fixes & tests
Dan Allen
2013-01-17
add counters and figure, table and example captions
Dan Allen
2013-01-15
optimize rendering and add additional configuration
Dan Allen
2013-01-13
fully-compliance AsciiDoc table support (psv, dsv, csv)
Dan Allen