summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-02-24rouge highlighter: refactor lexer and formatter selection (PR #3952)Oblomov
2021-02-05resolves #3932 honor list of tags following negated wildcard on include direc...Dan Allen
2020-12-14fix comment about special sections [skip ci]Dan Allen
2020-12-01resolves #3870 use .adoc file extension in usage statement for CLI (PR #3871)Dan Allen
2020-11-29revise help text for -b CLI optionDan Allen
2020-11-27Small typo ndoe -> node (PR #3858)Guillaume Grossetie
2020-11-10clarify documentation for unwrap_standalone_preamble compliance switch [skip ci]Dan Allen
2020-11-10Begin development on next version [skip ci]Dan Allen
2020-11-10Release 2.0.12v2.0.12Dan Allen
2020-11-10Begin development on next version [skip ci]Dan Allen
2020-11-10Release 2.0.12.rc.2Dan Allen
2020-11-10Begin development on next version [skip ci]Dan Allen
2020-11-10Release 2.0.12.rc.1Dan Allen
2020-11-08resolves #3832 pass through role to DocBook output for inline image (PR #3836)Dan Allen
2020-11-08resolves #3829 fix crash when inlining an SVG if the explicit width or height...Dan Allen
2020-11-05resolves #3827 defer use of Ruby >= 2.3 constructs to restore compatibility w...Dan Allen
2020-11-05resolves #3825 set type and target property on unresolved footnote reference ...Dan Allen
2020-11-02Begin development on next version [skip ci]Dan Allen
2020-11-02Release 2.0.11v2.0.11Dan Allen
2020-11-02upgrade highlight.js from 9.15.10 to 9.18.3Dan Allen
2020-11-02upgrade MathJax to 2.7.9Dan Allen
2020-11-02refactor attrlist parser (PR #3819)Dan Allen
2020-11-01resolves #3813 preserve blank positional attributes when parsing block attrli...Dan Allen
2020-11-01remove unused condition in attrlist parserDan Allen
2020-10-31resolves #3804 link the notitle and showtitle attributes (PR #3805)Dan Allen
2020-10-31resolves #3513 apply max width to each top-level container instead of body in...Dan Allen
2020-10-31resolves #3592 fix crash if value passed by API for copycss attribute is not ...Dan Allen
2020-10-31resolves #3808 fix crash if value of stylesheets attribute contains a folder ...Dan Allen
2020-10-31resolves #3614 add role setter method on AbstractNode (PR #3811)Dan Allen
2020-10-31resolves #3745 always use title as xreftext if target block has an empty capt...Dan Allen
2020-10-30resolves #3760 apply text formatting to table cells in header row when column...Dan Allen
2020-10-30use positive instead of negative match to escape literal backslash in manpage...Dan Allen
2020-10-30use column.style instead of column.attributes['style'] in table parserDan Allen
2020-10-30resolves #3799 set source_location on preamble block when sourcemap option is...Dan Allen
2020-10-29minor optimization in parserDan Allen
2020-10-28resolves #3797 normalize frame value "topbot" to "ends" in HTML output (PR #3...Dan Allen
2020-10-28consolidate assignment of frame variable in DocBook converterDan Allen
2020-10-28consolidate assignment of table foot propertyDan Allen
2020-10-26resolves #3786 retain attribute order on HTML code tag for source block to re...Dan Allen
2020-10-25remove redundant assignment in AbstractNode#read_contentsDan Allen
2020-10-23resolves #3765 download and embed custom remote stylesheet if allow-uri-read ...Dan Allen
2020-10-23consolidate has_header_option assignment on tableDan Allen
2020-10-23store body rows in a local variable when partitioning table header/footerDan Allen
2020-10-17docbook backend: restore reftext after anchor (PR #3782)Nils Carlson
2020-10-16resolves #3778 fix resolved value of :to_dir when both :to_file and :to_dir o...Dan Allen
2020-09-25resolves #3761 use custom init function for highlight.js to select correct co...Dan Allen
2020-09-15upgrade highlight.js to 9.15.10; adds yaml to list of built-in languagesDan Allen
2020-09-10use more robust regexp to detect SVG preamble and start tagDan Allen
2020-08-20resolves #3737 add support for erubi template engine; use it in place of erub...Dan Allen
2020-07-19resolves #3639 prevent collapsible block from incrementing example number (PR...Dan Allen