summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-09-13verify self-referencing interdoc xref jumps to top of document bodyDan Allen
2019-09-13resolves #1219 pass styles for inline elements downwards when parsing; allow ...Dan Allen
2019-09-12resolves #1268 document title in outline should point to second page if docum...Dan Allen
2019-09-12assert that destination is added at location of inline anchorDan Allen
2019-09-11resolves #1263 start at setting for running content and page numbering must a...Dan Allen
2019-09-11resolves #1266 start at setting for running content and page numbering must a...Dan Allen
2019-09-10ensure fw icon is placed in the center of a 1em spaceDan Allen
2019-09-09ensure colist has even spacing when one of the items is monospace onlyDan Allen
2019-09-08resolves #1204 ensure line height of list items and toc entries is consistent...Dan Allen
2019-09-08verify imagesdir is respected if changed mid-documentDan Allen
2019-09-07resolves #1258 preserve indentation that uses tabs in verbatim blocks when ta...Dan Allen
2019-09-07verify home directory reference is expanded when resolving theme fileDan Allen
2019-09-06add initial qanda list test; fix spacing between questionsDan Allen
2019-09-06remove debug statement from test suite [skip ci]Dan Allen
2019-09-06add test for verse table cell in Asciidoctor < 2Dan Allen
2019-09-05skip tests for xrefstyle on Asciidoctor < 1.5.7Dan Allen
2019-09-05add initial tests for xrefstyleDan Allen
2019-09-04verify unit conversion for page marginDan Allen
2019-09-04verify footnote has bidirectional links between ref and defDan Allen
2019-09-04resolves #1224 allow second arg of outlinelevels attribute to control expand ...Dan Allen
2019-09-04resolves #1254 preserve hyphens in role names in theme file (PR #1255)Dan Allen
2019-09-04resolves #1250 always use ; as delimiter to separate multiple font dirs (PR #...Dan Allen
2019-09-04verify exception is raised if width is not assigned to columnDan Allen
2019-09-04verify character references up to length of 6 are decodedDan Allen
2019-09-03resolves #1242 prevent toc from overrunning first page of content by reservin...Dan Allen
2019-09-02resolves #1247 do not override font color of formatted text in toc (PR #1249)Dan Allen
2019-09-02resolves #1246 don't crash when adding indentation guards to source highlight...Dan Allen
2019-09-02verify converter uses image format specified by format attributeDan Allen
2019-09-02verify remote image is read if allow-uri-read is setDan Allen
2019-09-02test remote image is not read if allow-uri-read is not setDan Allen
2019-09-01resolves #1243 allow font catalog and font fallbacks to be defined as flat ke...Dan Allen
2019-08-31verify :Author metadata field is set regardless of how authors are definedDan Allen
2019-08-31verify running content is added if document is emptyDan Allen
2019-08-31remove wip from test descriptionDan Allen
2019-08-31verify subs are not applied to literal table cellDan Allen
2019-08-30resolves #1223 allow to define text background and border for phrase with cus...Guillaume Grossetie
2019-08-30resolves #1240 fix placement of toc in article when doctitle is not set (PR #...Dan Allen
2019-08-30strip surrounding whitespace from text in normal table cellsDan Allen
2019-08-29resolves #234 honor cellbgcolor attribute set in table cells (PR #1234)Matt Hughes
2019-08-29add missing integration tag in test suite [skip ci]Dan Allen
2019-08-29resolves #1233 don't crash when aligning line numbers of source highlighted w...Dan Allen
2019-08-29resolves #1231 don't crash if source-highlighter attribute is defined outside...Dan Allen
2019-08-29add test to verify listing block indentation is preserved and tabs are replacedDan Allen
2019-08-27resolves #1226 allow theme to style mark element; add default styles to built...Dan Allen
2019-08-27test autofit with no minimum font sizeDan Allen
2019-08-27remove unused option for visual testsDan Allen
2019-08-27add tests for breakable chars in bare URLDan Allen
2019-08-26resolves #767 allow theme to configure border around block image (PR #1222)Dan Allen
2019-08-26verify signifier and numeral are not added to example block caption if exampl...Dan Allen
2019-08-26move method to allocate space for list item to helper method; add testsDan Allen