summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-09resolves #747 don't add TOC if empty (PR #748)Dan Allen
2017-02-08optimize code that generates outline levelDan Allen
2017-02-07resolves #724 introduce attribute to control table striping (PR #745)Dan Allen
2017-02-06minor corrections to changelogDan Allen
2017-02-06Begin development on next releaseDan Allen
2017-02-06Release 1.5.0.alpha.14v1.5.0.alpha.14Dan Allen
2017-02-06Prepare 1.5.0.alpha.14 releaseDan Allen
2017-02-06update WORKLOGDan Allen
2017-02-06fix misspellings and typos in the READMEDan Allen
2017-02-06document that Rouge is the preferred source highlighterDan Allen
2017-02-06document how to add support for more image file formats using prawn-gmagickDan Allen
2017-02-05set font color of page number for parts in table of contentsDan Allen
2017-02-05resolves #732 list preface with title in table of contents (PR #743)Dan Allen
2017-02-04resolves #45 document use of Asciidoctor Mathematical to enable STEM supportDan Allen
2017-02-04change title of section about printing page rangesDan Allen
2017-02-03set build as default rake taskDan Allen
2017-02-03make note in theming guide about transforming unicode letters more prominentDan Allen
2017-02-02resolves #739 document how to configure fonts in SVG imagesDan Allen
2017-02-02honor background color from Pygments themeDan Allen
2017-02-01use === instead of is_a?Dan Allen
2017-02-01allow side padding on admonition label to be controlled separatelyDan Allen
2017-02-01use === instead of is_a? and more efficient array constructionDan Allen
2017-01-30update WORKLOGDan Allen
2017-01-30drop background colors on strings in rouge pastie themeDan Allen
2017-01-11resolves #703 treat abstract section as abstract block (PR #733)Dan Allen
2017-01-09resolves #728 don't crash if image in running content fails to embed (PR #729)Dan Allen
2017-01-07resolves #701 allow toc title properties to be controlled by theme (PR #725)Dan Allen
2017-01-06allow columns to be set for both recto and verso as fallbackDan Allen
2016-12-27resolves #700 resize inline image to fit within content height (PR #719)Dan Allen
2016-12-26consolidate logic to resize image to maximum heightDan Allen
2016-12-26add square brackets around alt text for inline imageDan Allen
2016-12-26don't surround alt text of block image with non-breaking spacesDan Allen
2016-12-26minor assignment optimizationDan Allen
2016-12-26don't drop subsequent images after inline image fails to loadDan Allen
2016-12-26consolidate codeDan Allen
2016-12-26specify width & height when embedding (inline) raster image to avoid recalcDan Allen
2016-12-25resolves #693 show alt text when image fails to embed (PR #718)Dan Allen
2016-12-24delegate to method to handle missing imageDan Allen
2016-12-24set example block background to white by defaultDan Allen
2016-12-22resolves #714 resize title logo image to keep on page (PR #715)Dan Allen
2016-12-22simplify calculation of rendered width and height of raster imageDan Allen
2016-12-22resolves #709 map section-title attribute to current section if page has no s...Dan Allen
2016-12-21upgrade prawn-svg dependency to 0.26.xDan Allen
2016-12-20update WORKLOGDan Allen
2016-12-20fill in missing defaults for keys in theming guideDan Allen
2016-12-20add missing issue reference in CHANGELOGDan Allen
2016-12-20resolves #708 fix bug in calculation when image overflows page (PR #710)Dan Allen
2016-12-20describe the quoted string value type in the theming guideDan Allen
2016-12-19resolves #6 add support for AsciiDoc table cells (including nested tables) (P...Dan Allen
2016-12-19add menu key category to theming guideDan Allen