summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2022-10-17rename uri- prefix to url- for URL attributes in examplesDan Allen
2022-08-24add break opportunity after kbd separatorDan Allen
2022-08-23keep caret between items in menu macro with previous item if items wrapDan Allen
2022-08-20resolves #2311 change style of footnote labels (PR #2312)Dan Allen
2022-05-18use CSS hex notation for colors in chronicles themes [no ci]Dan Allen
2022-05-17update instructions to convert basic example, retake screenshot, squoosh it, ↵Dan Allen
and store it in docs [no ci]
2022-05-15resolves #2173 apply top line height padding to first line of text when text ↵Dan Allen
runs to top of next page (PR #2170)
2022-05-14resolves #353 add support for image float to converter (PR #2147)Dan Allen
2022-05-05apply smallcaps text transform to first line of abstract in chronicles exampleDan Allen
2022-05-05fix property name in chronicles theme [no ci]Dan Allen
2022-05-04remove use of deprecated keys in chronicles-dark-theme.yml [no ci]Dan Allen
2022-04-30adjust top and bottom padding on quote and verse blocks in built-in themes ↵Dan Allen
(PR #2110)
2022-04-28resolves #1786 allow entry for preface to be added to TOC without adding ↵Dan Allen
title to body (PR #2094)
2022-04-26resolves #2061 collapse space in front of hidden index term (PR #2083)Dan Allen
2022-04-21update link to asciidoc.org in basic exampleDan Allen
2022-04-08remove excess margin below dlist in preparation for #1515Dan Allen
2022-04-05resolves #2004 make delimited blocks breakable by default (PR #2020)Dan Allen
2022-04-05resolves #2003 compute extent of content in scratch document to arrange ↵Dan Allen
content block in primary document * introduce arrange_block helper to handle positioning content block in primary document * reimplement new dry_run to compute the extent and start position of the content block instead of just the height * stop rendering at page boundary in scratch document when computing start position of content block to avoid unnecessary work * ensure that caption stays with start of content block when arranging content block * prevent arrange_block from starting content block on page when no content from block fits on that page * avoid converting content that overruns page in AsciiDoc table cell in scratch document * encapsulate push/pop scratch in arrange_block * add tests for the arrange_block helper * prevent nested breakable blocks from flowing beyond first page when performing on single page only * switch dry_run method to accept keyword arguments * avoid arrange_block when converting open block when possible * include negative tests for image taller than page at top of block * verify borders and backgrounds are not drawn in scratch document * add test to verify behavior of stop_if_first_page_empty * include sanity check before drawing background and border over extent * add rdoc to dry_run and arrange_block help methods * reuse computed extent as TOC extent * remove unused code * raise error if table caption does not fit on single page * add test that footnotes are not pushed down if height exceeds height of page
2021-03-17fix center vertical alignment of normal table cellDan Allen
2021-02-06actually use frame=ends instead of frame=topbot in chronicles exampleDan Allen
2021-02-06use frame=ends instead of frame=topbot in chronicles example [skip ci]Dan Allen
2021-01-26use new precision setting in PrawnDan Allen
upgrade precision from 4 to 5
2020-12-07resolves #1833 align footnotes block to bottom of page it is placed on (PR ↵Dan Allen
#1842)
2020-08-09release lock on ttfunk versionDan Allen
2020-04-19remove legacy footnote hack in chronicles exampleDan Allen
2020-04-19regenerate PDF for chronicles example to reflect fix for #1639Dan Allen
2020-03-14resolves #1604 configure headings to inherit font style from theme (PR #1606)Dan Allen
2020-02-12update chronicles example to reflect change in Rouge highlighting outputDan Allen
2020-01-14add dark theme for chronicles example [skip ci]Dan Allen
2019-12-27resolves #1436 compute and apply line metrics for table cells correctly (PR ↵Dan Allen
#1447) * compute and apply line metrics for cells in table head row * use theme_font to resolve font info for table cells * compute and apply line metrics correctly for cells in table body and foot rows
2019-12-24resolves #1264 account for border offset in width of fragment (PR #1440)Dan Allen
2019-12-22anchor element should not inherit any propertiesDan Allen
2019-12-15resolves #1379 allow custom inline role to control text transform (PR #1429)Dan Allen
2019-11-21change basic example to article doctype and add a tocDan Allen
2019-10-21resolves #1340 fix value of implicit chapter-title attribute on preface ↵Dan Allen
pages (PR #1341)
2019-10-02add custom inline roles and additional formatting to chronicles exampleDan Allen
2019-09-08resolves #1204 ensure line height of list items and toc entries is ↵Dan Allen
consistent (PR #1261)
2019-09-02resolves #1247 do not override font color of formatted text in toc (PR #1249)Dan Allen
2019-08-07resolves #1198 include revremark on title page if specified (PR #1200)Dan Allen
2019-07-21use official AsciiDoc syntax in examplesDan Allen
2019-07-20regenerate Noto Serif fontsDan Allen
- regenerate Noto Serif fonts (using 1.06 from 2016-10-22) - reimport double arrows from M+ 1p automatically - update subset font script to process Noto Serif fonts - add test to verify selected glyphs are present in both Noto Serif and M+ 1p Fallback fonts - remove unneeded circled numbers from mplus1mn font
2019-07-16resolves #987 upgrade to M+ fonts to TESTFLIGHT 63aDan Allen
2019-07-16upgrade prawn-icon to 2.4.0 and thus Font Awesome to 5.8.2 (PR #1159)Dan Allen
2019-07-16update Rouge in development build to 3.6.0Dan Allen
2019-07-13resolves #313 allow theme to control background and border of inline kbd (PR ↵Dan Allen
#1154)
2019-07-05resolves #1127 rename pdf-style and pdf-stylesdir attributes to pdf-theme ↵Dan Allen
and pdf-themesdir (PR #1133)
2019-06-17resolves #1102 add support for cgi-style options on source language when ↵Dan Allen
highlighting with Rouge (PR #1103) - add support for cgi-style options on source language when syntax highlighting with Rouge - upgrade Rouge to 3.4.0 - test against Rouge ~> 2.0.0 in CI matrix - regenerate chronicles example
2019-06-13resolves #1098 apply padding to table cells in the head row (PR #1100)Dan Allen
* apply cell padding to table cells in the head row * allow the theme to control the padding of table cells in the head row using the table_head_cell_padding key
2019-06-04resolves #1087 fix running header text position (PR #1088)Dan Allen
* fix placement of text in running header; add assertions to match * apply custom theme to chronicles example
2019-05-28make chronicles example compatible with Asciidoctor 1.5.3 (for testing)Dan Allen