summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-04-13Release 2.0.7v2.0.7Dan Allen
2019-04-13resolves #3254 fix crash when resolving ID from text and a candidate contains...Dan Allen
2019-04-13move source for main API entry points (load, load_file, convert, convert_file...Dan Allen
2019-04-10fix compatibility with Rouge 2.0Dan Allen
2019-04-09improve documentation for the `-a` CLI option [skip ci]Dan Allen
2019-04-06remove redundant self when calling load/convert methods (PR #3245)Dan Allen
2019-04-04Begin development on next version [skip ci]Dan Allen
2019-04-04Release 2.0.6v2.0.6Dan Allen
2019-04-04replace calls to File.extname with Helpers.extname (PR #3240)Dan Allen
2019-04-04resolves #3231 assume implicit AsciiDoc extension on interdoc xref macro targ...Dan Allen
2019-04-04resolves #3238 don't fail to load application if call to Dir.home fails (PR #...Dan Allen
2019-04-03check for AsciiDoc file extension using end_with? instead of resolving the ex...Dan Allen
2019-04-03Helpers.rootname should only consider final path segment when dropping file e...Dan Allen
2019-04-01Begin development on next version [skip ci]Dan Allen
2019-04-01Release 2.0.5v2.0.5Dan Allen
2019-04-01resolves #3225 mark encoding of stdio objects used in CLI as UTF-8 (PR #3228)Dan Allen
2019-04-01resolves #3226 CLI should use $stdin instead of STDIN (PR #3227)Dan Allen
2019-04-01update CLI and SyntaxHighlighter to allow Asciidoctor to load cleanly on Ruby...Dan Allen
2019-04-01make Asciidoctor::SyntaxHighlighter::Config.register_for method public as doc...Dan Allen
2019-03-31resolves #3223 should not crash when source highlighter is rouge and source l...Dan Allen
2019-03-31don't require core_ext patches on Opal that aren't neededDan Allen
2019-03-31don't use squiggly heredoc in CLIDan Allen