summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-02resolves #2751 use alternate macro to switch on monospaced textDan Allen
2018-05-02simplify resolution of stem type; fallback to asciimathDan Allen
2018-05-02add fallback for nil cell text in Cell constructorDan Allen
2018-05-02replace dot with idseparator in generated ID (PR #2744)Dan Allen
2018-05-02resolves #1273 allow relfilesuffix attribute to set file extension of interdo...Dan Allen
2018-05-01make processing of interdoc xref more strict (PR #2740)Dan Allen
2018-05-01consolidate section ID generation code; add tests for dot characterDan Allen
2018-05-01recognize ends as an alias to topbot for configuring table frame (PR #2742)Dan Allen
2018-05-01rename stripe attribute on table to stripes; update CSS classes to match (PR ...Dan Allen
2018-05-01add explicit table width to autowidth column testDan Allen
2018-04-30resolves #1844 allow individual columns to have automatic width (PR #2734)Dan Allen
2018-04-30Split out expand_subs method from apply_subs (PR #2739)Dan Allen
2018-04-30resolves #2392 only set nowrap style on table caption of auto-width table (PR...Dan Allen
2018-04-30refactor sub_attributes (PR #2300)Dan Allen
2018-04-30use cursor mark to track source location in callout list (PR #2735)Dan Allen
2018-04-30resolves #1926 use correct parse mode when parsing blocks for list item (PR #...Dan Allen
2018-04-29fix table assertionsDan Allen
2018-04-29resolves #2019 prevent footnote ID from clashing with auto-generated footnote...Dan Allen
2018-04-29resolves #2728 populate copyright element in DocBook output from value of cop...Dan Allen
2018-04-28merge PR #2729Dan Allen
2018-04-28resolves #2276 enclose open block if necessary in DocBook output (PR #2727)Dan Allen
2018-04-28add cursor for include file to message context about include tagsDan Allen
2018-04-28use cursor from source file as context for messages about include tagsDan Allen
2018-04-28match tag directives in include files that have CRLF line endings (see #2369)Dan Allen
2018-04-27use consistent phrase to indicate the processor is automatically recovering f...Dan Allen
2018-04-27process bibliography anchors when parsing listDan Allen
2018-04-27resolves #2257 catalog anchor in lists and tablesDan Allen
2018-04-26validate xref that uses # notationDan Allen
2018-04-26only validate xrefs if $VERBOSE is truthyDan Allen
2018-04-25simplify regex for dlists (PR #2720)Dan Allen
2018-04-24resolves #2059 enable linkattrs behavior implicitly (except in compat mode) (...Dan Allen
2018-04-24resolves #2705 populate source_location property on cell when sourcemap optio...Dan Allen
2018-04-24adjust line number for AsciiDoc table cell document if contents starts w/ new...Dan Allen
2018-04-24resolves #2712 preserve leading indentation in AsciiDoc table cell if starts ...Dan Allen
2018-04-23rename cursor methods on ReaderDan Allen
2018-04-23track cursor in table more accuratelyDan Allen
2018-04-23use cursor marks to track line numbers more accurately and efficientlyDan Allen
2018-04-23populate source_location on list items if sourcemap is enabledGuillaume Grossetie
2018-04-23fix incorrect line number on lists and tablesSeiichi KONDO
2018-04-22change default value of numbered argument in Section#initialize to falseDan Allen
2018-04-22resolves #2298 add numbering for partsDan Allen
2018-04-22remove outdated workaround in api testDan Allen
2018-04-21consolidate assignments in Section#initializeDan Allen
2018-04-21merge PR #2697Dan Allen
2018-04-21consolidate checklist parsing; assert attributes are properly setDan Allen
2018-04-21resolves #2361 warn if a specified include tag is unclosed (PR #2696)Dan Allen
2018-04-21fix assertion in include tag testDan Allen
2018-04-21test that warning message is reported when tag is missing in include fileDan Allen
2018-04-21rephrase some of the reader testsDan Allen
2018-04-20fix extension in testDan Allen