summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
- add stripe role to control table striping - values are even (default), odd, all, none - introduce keys to control striping - table_body_background_color is "off" value; odd rows by default - table_body_stripe_background_color is "on" value; even rows by default
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
- in the case the preface is defined using a preamble block, and the preface has a title, promote it to a special section so it gets listed in the table of contents
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
- allow side padding on admonition label to be controlled by admonition_label_padding - set admonition_label_padding to admonition_label by default - set top and bottom padding on admonition content "inside"k box
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
- the background colors don't look professional, so drop them
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
- toc_title inherits from heading_h2 which inherits from heading which inherits from base
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
- resize inline image to fit within maximum content height - if cursor is within 1% of top bounds, then try to fit in bounds - most likely image will advance to following page otherwise
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
- resize title logo image if it exceeds boundaries to keep it on page - specify height when embedding image to prevent redundant calculation - don't advance page to fit image if pinned option is specified - disable margins on block image if pinned option is specified - simplify cursor management when embedding title logo image
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 ↵Dan Allen
section - map section-title attribute in running content to the current section if page has no section - only search for section title within current part or chapter
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) ↵Dan Allen
(PR #707) - use custom Cell implementation to support AsciiDoc table cells - supports colspan, rowspan and vertical alignment - works best if column is assigned an explicit (relative) width - does not permit content that exceeds the height of one page - extra padding from last block is added to bottom of cell - does not (yet) inherit font properties from table cell Also resolves duplicates #315, #445 and #358.
2016-12-19add menu key category to theming guideDan Allen