summaryrefslogtreecommitdiff
path: root/lib/asciidoctor.rb
AgeCommit message (Expand)Author
2024-03-07resolves #4561 remove use of base64 library to prevent warning in Ruby >= 3.3...Dan Allen
2024-02-28use uppercase encoding name in file modes (to match value in Encodings.name_l...Dan Allen
2024-02-19resolves #4550 turn off system-dependent newline conversion when writing file...Dan Allen
2023-10-12resolves #3526 return nil if name passed to Asciidoctor::SafeMode.value_for_n...Dan Allen
2022-07-05resolves #4306 disallow the use of the left square bracket in an attribute li...Dan Allen
2022-04-04recommend :template_dirs option in API docs instead of :template_dir [skip ci]Dan Allen
2021-06-18fix missing space in API doc [skip ci]Dan Allen
2021-06-05consistently use ::Set.[] or ::Set.new to create sets instead of Array#to_setDan Allen
2021-06-03use comma after last entry in multi-line array [skip ci]Dan Allen
2021-06-02use comma after last entry in multi-line hash [skip ci]Dan Allen
2021-05-23use simpler strategy to sort safe mode namesDan Allen
2021-05-22resolves #4065 show safe modes in strictness order in CLI help (PR #4067)Dan Allen
2021-04-30remove semi-colons at the end of SafeMode constant declarationsDan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-17fix references to AsciiDoc.py in code comments [skip ci]Dan Allen
2020-11-10clarify documentation for unwrap_standalone_preamble compliance switch [skip ci]Dan 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-09-15upgrade highlight.js to 9.15.10; adds yaml to list of built-in languagesDan Allen
2020-03-01extract default attributes to constantDan Allen
2020-02-24rename CAPTION_ATTR_NAMES const to CAPTION_ATTRIBUTE_NAMES for consistencyDan Allen
2019-12-20fix typo in comment [skip ci]Dan Allen
2019-09-15upgrade MathJax from 2.7.5 to 2.7.6Dan Allen
2019-08-21resolves #3394 fix autoload of the syntax highlighter in specific installatio...Joseph Herlant
2019-05-22refine emdash replacementDan Allen
2019-04-20move regular expression definitions to separate source file (PR #3264)Dan Allen
2019-04-16compute admonition style headsDan Allen
2019-04-15remove alignment spaces in source code [skip ci]Dan Allen
2019-04-13move source for main API entry points (load, load_file, convert, convert_file...Dan Allen
2019-04-06remove redundant self when calling load/convert methods (PR #3245)Dan Allen
2019-04-04replace calls to File.extname with Helpers.extname (PR #3240)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-03-31mark Asciidoctor.render and Asciidoctor.render_file as deprecated in API docsDan Allen
2019-03-28map caption prefix for an image block to the string key 'figure'Dan Allen
2019-03-26resolve caption attribute name against known set (PR #3208)Dan Allen
2019-03-25resolves #3202 convert cataloged titles containing attribute references eager...Dan Allen
2019-03-24refactor file routing logic in Asciidoctor.convertDan Allen
2019-03-24remove duplicate call in Asciidoctor.load to resolve input to absolute pathDan Allen
2019-03-22rearrange methods in Substitutors; mark private methods; update RDoc (PR #3187)Dan Allen
2019-03-21resolves #2441 substitute replacements in author values used in document head...Dan Allen
2019-03-20use .merge to duplicate Hash instead of .dup (PR #3180)Dan Allen
2019-03-20resolves #3154 extend TLD for implicit e-mail addresses to 5 characters (PR #...Dan Allen
2019-03-18allow email TLD to be uppercase for consistencyDan Allen
2019-03-18improve implicit e-mail parsingDan Allen
2019-03-15ellipsis should be :none replacement, not :leadingDan Allen
2019-03-14resolves #1444 rename header_footer option to standalone (PR #3146)Dan Allen
2019-03-12resolves #2191 allow negated subs to be specified on inline pass macro (PR #3...Dan Allen
2019-03-11revise the RDoc on the Asciidoctor module [skip ci] (PR #3143)Dan Allen
2019-03-08encapsulate the assignment of the QUOTE_SUBS constantDan Allen