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-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
2017-07-10
use textlabel instead of caption to store textual label of admonition (PR #2309)
Dan Allen
2017-07-10
consolidate statement
Dan Allen
2017-07-10
assign id instead of target on ref/bibref node (PR #2307)
Dan Allen
2017-07-09
resolves #858 add support for formal xref text (PR #2220)
Dan Allen
2017-07-09
optimize replacement detection
Dan Allen
2017-07-09
use apply_subs instead of apply_normal_subs internally
Dan Allen
2017-07-09
enhance create_section helper in extensions to set up section properly (PR #2...
Dan Allen
2017-07-09
resolves #2302 dump man page when help topic is manpage (PR #2303)
Dan Allen
2017-07-08
disable LIB_PATH constant until we have a use for it
Dan Allen
2017-07-08
replace the term include macro with include directive in docs
Dan Allen
2017-07-08
remove needless check for empty target in include directive
Dan Allen
2017-07-08
rename path to relpath in preprocess_include_directive
Dan Allen
2017-07-07
consolidate sub_attributes; reference capture groups using numbered vars
Dan Allen
2017-07-07
use default case for else clause in switch in sub_attributes
Dan Allen
2017-07-06
consolidate assignment in reader.rb
Dan Allen
2017-07-06
do some variable cleanup in reader.rb (PR #2299)
Dan Allen
2017-07-06
consistently use * to join array on string (PR #2297)
Dan Allen
2017-07-05
rename MacroRx constants so name follows type (InlineImageMacroRx) (PR #2295)
Dan Allen
2017-07-05
fix default docinfo substitution behavior (PR #2296)
Dan Allen
2017-07-05
always output role the same way in HTML converter
Dan Allen
2017-07-05
remove redundant character check in parser
Dan Allen
2017-07-05
remove redundant nil or empty check in sub_attributes
Dan Allen
2017-07-04
retain EOL constant as LF alias for compatibility
Dan Allen
2017-07-04
don't recognize inline image macro if target has trailing space (PR #2294)
Dan Allen
2017-07-03
make menu macro less greedy (PR #2290)
Dan Allen
2017-07-03
keep track of when alt text is auto-generated (PR #2287)
Dan Allen
2017-07-03
rename alt_text method to alt
Dan Allen
2017-07-03
upgrade highlight.js to 9.12.0
Dan Allen
2017-07-02
resolves #2253 fix missing newline after table caption in manpage output (PR ...
Dan Allen
2017-07-02
rename EOL constant to LF (PR #2289)
Dan Allen
2017-07-02
fix example of multi-line attribute value in API docs
Dan Allen
2017-07-02
optimize attribute reference rx; allow trailing - in name
Dan Allen
2017-07-01
fix formatting of video title in manpage converter
Dan Allen
2017-07-01
only check for blank image target if attribute references are substituted
Dan Allen
2017-06-30
substitute replacements in alt text of block image (PR #2285)
Dan Allen
2017-06-30
use alt_text method in manpage converter; add tests
Dan Allen
2017-06-29
resolves #1983 fix operator logic in ifndef directive (PR #2283)
Dan Allen
[next]