summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-08-30Release 1.5.0.beta.3v1.5.0.beta.3Dan 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-29resolves #1233 don't crash when aligning line numbers of source highlighted w...Dan Allen
2019-08-29fix shadowing of guard_indentation method; remove unused argumentDan Allen
2019-08-29resolves #1231 don't crash if source-highlighter attribute is defined outside...Dan Allen
2019-08-29drop unused expand tab logicDan Allen
2019-08-27resolves #1226 allow theme to style mark element; add default styles to built...Dan Allen
2019-08-26resolves #767 allow theme to configure border around block image (PR #1222)Dan Allen
2019-08-26move method to allocate space for list item to helper method; add testsDan Allen
2019-08-26use each instead of each_with_indexDan Allen
2019-08-25don't crash when converting block image if theme is emptyDan Allen
2019-08-25resolves #362 fill and stroke bounds of example across all pages (PR #1227)Dan Allen
2019-08-25resolves #1225 add support for stretch role on table (PR #1228)Dan Allen
2019-08-24verify Subject and Keyword fields are set to value of subject and keyword att...Dan Allen
2019-08-22resolve icon image relative to docdir instead of current working directory; a...Dan Allen
2019-08-21read theme and SVG files using UTF-8 encodingDan Allen
2019-08-19resolves #1210 allow theme to control min height required after section (PR #...Dan Allen
2019-08-19verify that value of content keys in theme are coerced to stringDan Allen
2019-08-18resolves #349 add support for role to font-based icon (PR #1221)Dan Allen
2019-08-18resolves #576 apply heading-margin-page-top key from theme when cursor is at ...Dan Allen
2019-08-18use cleaner call to layout_heading for abstract, sidebar, and toc titlesDan Allen
2019-08-18don't attempt to resolve keys specific to a heading level when level is nilDan Allen
2019-08-18consolidate code [skip ci]Dan Allen
2019-08-18consolidate logic to transform textDan Allen
2019-08-17resolves #74 allow page break before and after part and before chapter to be ...Dan Allen
2019-08-17resolves #1217 convert hyphen to underscore in theme key for admonition icon ...Dan Allen
2019-08-15resolves #588 allow attribute references to be used in image paths in theme (...Dan Allen
2019-08-15extract method to apply subs discretelyDan Allen
2019-08-15rearrange assignment in init_pdf [skip ci]Dan Allen
2019-08-12resolves #1206 if value of scripts attribute is cjk, break lines between any ...Dan Allen
2019-08-12resolves #80 allow multiple font dirs to be specified (PR #1205)Dan Allen
2019-08-11use __dir__ shorthand to get directory of source fileDan Allen
2019-08-11rename variables in theme loader; avoid unnecessary calls to expand_pathDan Allen
2019-08-11use .reduce instead of .injectDan Allen
2019-08-10remove unused scripts attribute when resolving fontsDan Allen
2019-08-10only use expand_path when necessaryDan Allen
2019-08-10resolves #1202 allow page number of PDF to import to be specified (PR #1203)Dan Allen
2019-08-09rework logic for handling a PDF page importDan Allen
2019-08-08use fallback size for admonition iconDan Allen
2019-08-07resolves #1198 include revremark on title page if specified (PR #1200)Dan Allen
2019-08-07resolve variables in font catalog in theme fileDan Allen
2019-08-07use join instead of * to join array on stringDan Allen
2019-08-07resolves #1196 align first block of list item with marker if primary text is ...Dan Allen
2019-08-05resolves #305 allow initial zoom to be controlled by theme (PR #1191)Dan Allen
2019-08-05resolves #1181 restore media=prepress behavior (PR #1190)Dan Allen
2019-08-04honor text alignment role on abstract paragraph(s)Dan Allen
2019-08-04fix incompatiblity with Asciidoctor 1.5.3Dan Allen