summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-09-07use color attribute on font tag instead of color tag in psuedo-HTML and drop ...Dan Allen
2020-09-07show reason when formatted text parser failsDan Allen
2020-09-07rebuild parser using latest versio of tt and remove redundant extends callsDan Allen
2020-09-07drop support for unused color formats in pseudo-HTML transformerDan Allen
2020-09-07avoid loss of precision in CMYK color value for conum or footnote fontDan Allen
2020-09-07fix invalid end tag in convert_inline_calloutDan Allen
2020-09-06fix crash when Pygments style is not recognized; fall back to pastie styleDan Allen
2020-09-06update parsing for color and background-color style on spanDan Allen
2020-09-06document the purpose of overriding Prawn::Text::Formatted::Box#wrap [skip ci]Dan Allen
2020-09-04remove unnecessary check for leading # on hex color in Rouge themeDan Allen
2020-09-03verify underline style can be used in Rouge themeDan Allen
2020-09-03allow each section to control depth of outline for self and children using ou...Dan Allen
2020-09-01resolves #1761 drop support for chapter-label and document chapter-signifier ...Dan Allen
2020-09-01log warning rather than crash if front cover image cannot be embedded (e.g., ...Dan Allen
2020-08-30allow theme to control font size of dot leader in TOCDan Allen
2020-08-30use consistent style for defining class methodsDan Allen
2020-08-30allow Rouge theme to be specified as theme classDan Allen
2020-08-29resize admonition label to fit if height exceeds height of content boxDan Allen
2020-08-28verify remote admonition icon image is not embedded if allow-uri-read is not ...Dan Allen
2020-08-28amend comment [skip ci]Dan Allen
2020-08-27resolves #1705 allow theme to control background color and border offset for ...Dan Allen
2020-08-27remove unneeded non-canvas option from image_page helper; simplify logicDan Allen
2020-08-26fix code styleDan Allen
2020-08-26remove unused block feature of font_style functionDan Allen
2020-08-26consolidate conditions in font_size functionDan Allen
2020-08-25fix lint errorDan Allen
2020-08-25use cleaner solution for #1735Dan Allen
2020-08-25follow-up to #1745 to add support for % units as wellDan Allen
2020-08-24allow theme to set font style of first line of abstract to normalDan Allen
2020-08-23allow inline image to be enclosed in link macroDan Allen
2020-08-23remove unused extension methodDan Allen
2020-08-22apply base font style to text on title pageDan Allen
2020-08-22use shorthand syntax for setting font with only name and sizeDan Allen
2020-08-22remove unused helper method effective_page_widthDan Allen
2020-08-22fix code style for reset_content methodDan Allen
2020-08-21resolves #1754 allow theme to disable title page by assigning false to title_...Dan Allen
2020-08-19resolves #1752 render image at end of section title in corresponding toc entr...Dan Allen
2020-08-18resolves #1735 align TOC section properly when index exceeds one page and sec...Dan Allen
2020-08-17fix crash when TOC is enabled and index is emptyDan Allen
2020-08-17resolves #1741 show textual label on admonition if icon image fails to embed ...Dan Allen
2020-08-17use heading align as fallback for sidebar title alignDan Allen
2020-08-16simplify condition for icon mode on admonition blockDan Allen
2020-08-16remove unused assignments when computing size of admonition icon imageDan Allen
2020-08-15resolves #1715 respect hyphenation exceptions when word is adjacent to non-wo...klonfish
2020-08-15resolves #1745 compute font size for superscript and subscript correctly when...Dan Allen
2020-08-14qualify String reference in extensionsDan Allen
2020-08-13remove unused argument of Asciidoctor::Image.format methodDan Allen
2020-08-13resolves #1742 set color space on page with only image so font color is prese...Dan Allen
2020-08-11remove outdated patches for PDF::Core now provided by Prawn::TemplateDan Allen
2020-08-11use both recto_page? and verso_page? helpers in page_side method to cover bothDan Allen