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