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
Age
Commit message (
Expand
)
Author
2017-07-23
Release 1.5.6.1
v1.5.6.1
Dan Allen
2017-07-23
resolves #2107 calculate relative path correctly (PR #2335)
Dan Allen
2017-07-22
use atx and setext terminology when refering to section title syntax (PR #2334)
Dan Allen
2017-07-22
resolves #2330 eagerly substitute attributes in target of inline image (PR #2...
Dan Allen
2017-07-22
use HEAD instead of LEADER in constants
Dan Allen
2017-07-22
preprocess second line of setext discrete heading (PR #2332)
Dan Allen
2017-07-22
remove unnecessary nil_or_empty? checks in Substitutor; add missing test
Dan Allen
2017-07-22
resolves #2323 don't warn if src stylesheet can't be read and dest already ex...
Dan Allen
2017-07-22
preprocess second line of setext section title; add test (PR #2321)
Dan Allen
2017-07-22
don't mix return type of Parser.build_block method (PR #2328)
Dan Allen
2017-07-21
resolves #2324 coerce group name to symbol when registering (PR #2327)
Dan Allen
2017-07-21
consolidate variable assignments in Parser.build_block
Dan Allen
2017-07-20
Reader#skip_blank_lines reports end of file (PR #2325)
Dan Allen
2017-07-20
change terminology from "floating title" to "discrete heading"
Dan Allen
2017-07-19
use shift instead of advance to consume line when return value isn't needed (...
Dan Allen
2017-07-19
add missing scenario when parsing revision info line
Dan Allen
2017-07-18
remove useless group in revision line regexp
Dan Allen
2017-07-18
change default argument values for Reader#peek_lines method
Dan Allen
2017-07-18
rename HybridLayoutBreakRx to ExtLayoutBreakRx
Dan Allen
2017-07-18
remove obsolete empty lines check
Dan Allen
2017-07-18
remove block and line comment regexps
Dan Allen
2017-07-18
don't use regexp in Reader#skip_comment_lines
Dan Allen
2017-07-18
drop unused direct argument on Reader#advance and Reader#read_line
Dan Allen
2017-07-18
don't use regexp in Reader#skip_line_comments
Dan Allen
2017-07-17
drop skipped content inside a delimited block (PR #2319)
Dan Allen
2017-07-17
change default text for inter-document xref (PR #2316)
Dan Allen
2017-07-17
optimize next_block loops
Dan Allen
2017-07-17
don't track eof state in reader (PR #2320)
Dan Allen
2017-07-17
consolidate logic in peek_line
Dan Allen
2017-07-16
continue to read blocks after skipped content within delimited block (PR #2318)
Dan Allen
2017-07-16
use consistent style when invoking next_block
Dan Allen
2017-07-15
match atx section title more efficiently
Dan Allen
2017-07-15
parse single line section title more efficiently
Dan Allen
2017-07-15
rename AtxSectionRx to AtxSectionTitleRx for consistency
Dan Allen
2017-07-13
consistently store bound contexts as set in extension config
Dan Allen
2017-07-13
allow the subs argument of apply_subs to be nil
Dan Allen
2017-07-12
Begin development on next version [skip ci]
Dan Allen
2017-07-12
Prepare 1.5.6 release
Dan Allen
2017-07-12
clean up Parser#next_block (PR #2311)
Dan Allen
2017-07-12
define reftext and reftext? methods on AbstractNode
Dan Allen
2017-07-12
remove qualified method reference in parse_blocks; consolidate
Dan Allen
2017-07-12
autoload extensions lazily (PR #2312)
Dan Allen
2017-07-11
resolves #2244 warn if duplicate ID is detected (PR #2308)
Dan Allen
2017-07-11
resolves #1478 retain block content in items of callout list (PR #2310)
Dan Allen
2017-07-11
fix line numbers in callout list warnings; add tests to verify
Dan Allen
2017-07-10
rename constants for hard line break
Dan Allen
2017-07-10
change register method to return newly registered ref
Dan Allen
2017-07-10
optimize switch statement; remove redundant variable def
Dan Allen
2017-07-10
Short circuit substitution method when no match is possible (PR #2306)
Dan Allen
2017-07-10
add missing ! on gsub for sub_specialchars
Dan Allen
[next]