summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-15use double quotes to enclose strings in embedded JavaScript in HTML outputDan Allen
2019-09-09resolves #3408 add support for muted option on self-hosted video (PR #3411)Dan Allen
2019-08-21resolves #3394 fix autoload of the syntax highlighter in specific installatio...Joseph Herlant
2019-06-21resolves #3319 preserve guard around XML-style callout when icons are disable...Dan Allen
2019-06-20resolves #3325 allow a bibliography reference to be used inside a footnote (P...Dan Allen
2019-06-19resolve auto-numbered callout when extracting calloutsDan Allen
2019-06-18resolves #3341 initialize backend traits for converter using assigned basebac...Dan Allen
2019-06-17remove unnecessary prefix on local vars in Converter [skip ci]Dan Allen
2019-06-15resolves #3336 fix how options are passed to the Rouge lexer (PR #3339)Dan Allen
2019-06-14fix warning for unused variable in parserDan Allen
2019-06-14resolves #3331 fix parsing of wrapped link and xref text PR (#3334)Dan Allen
2019-06-12remove redundant test for halign and valign attributes on table cell in DocBo...Dan Allen
2019-06-09restore deprecated writable number property on AbstractBlockDan Allen
2019-06-09Fix documentation for options passed to SyntaxHighlighter constructor (PR #3330)Robert Panzer
2019-05-31Begin development on next version [skip ci]Dan Allen
2019-05-31Release 2.0.10v2.0.10Dan Allen
2019-05-29resolves #3316 fix Asciidoctor.convert_file to honor header_footer: false opt...Dan Allen
2019-05-22refine emdash replacementDan Allen
2019-05-21resolves #3308 honor image value for icons attributeDan Allen
2019-05-15resolves #3300 fix signature of SyntaxHighlighter#docinfo method (PR #3303)Dan Allen
2019-05-15always pass same options to SyntaxHighlighter#docinfo methodDan Allen
2019-04-30Begin development on next version [skip ci]Dan Allen
2019-04-30Release 2.0.9v2.0.9Dan Allen
2019-04-30resolves #3281 fix lineno of source location on blocks that follow a detached...Dan Allen
2019-04-30don't fail to convert document if alt attribute is not set on block or inline...Dan Allen
2019-04-30assume inline image type is "image" if not set (by extension)Dan Allen
2019-04-30make value arg on assign_caption requires (as is consistent with usage)Dan Allen
2019-04-29resolves #3282 rename AbstractNode#options to AbstractNode#enabled_options (P...Dan Allen
2019-04-28resolves #3283 register images in catalog correctly (PR #3284)Dan Allen
2019-04-26resolves #3279 process multiple single-item menu macros in single line (PR #3...Dan Allen
2019-04-22Begin development on next version [skip ci]Dan Allen
2019-04-22Release 2.0.8v2.0.8Dan Allen
2019-04-22resolves #3274 update register_for methods to accept symbol arguments (PR #3275)Dan Allen
2019-04-22add additional test for xreflabel on anchor in DocBook outputDan Allen
2019-04-20always place hyphen character consistently in regular expressions (PR #3271)Dan Allen
2019-04-20resolves #3269 don't limit footnote ref to ASCII charset (PR #3270)Dan Allen
2019-04-20move regular expression definitions to separate source file (PR #3264)Dan Allen
2019-04-19consolidate logic in docbook converterDan Allen
2019-04-18use module_function to define methods in Helpers (PR #3246)Dan Allen
2019-04-17use if instead of case in AbstractBlock constructorDan Allen
2019-04-16compute admonition style headsDan Allen
2019-04-16follow-up fix for #3261Dan Allen
2019-04-15resolves #3261 fix regexp for SVG preamble so it works the same in Asciidocto...Dan Allen
2019-04-15remove alignment spaces in source code [skip ci]Dan Allen
2019-04-15rename internal method Helpers.encode_uri to Helpers.encode_spaces_in_uriDan Allen
2019-04-15use portability constant (CC_ANY) in regular expression for custom inline macrosDan Allen
2019-04-15use portability constant (CC_ANY) in regular expressions defined in ManPage c...Dan Allen
2019-04-15use portability constants (CC_ALL, CC_ANY) in regular expressions defined in ...Dan Allen
2019-04-14use Concurrent::Map instead of Concurrent::Hash for cache in template converterDan Allen
2019-04-13Begin development on next version [skip ci]Dan Allen