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
2019-02-23
resolves #2840 transmit id and role assigned to list item in AST to output
Dan Allen
2019-02-23
slightly optimize common attributes method in DocBook converter [skip ci]
Dan Allen
2019-02-23
consolidate elsif statements in HTML5 converter [skip ci]
Dan Allen
2019-02-23
use Array for passthrough collection instead of Hash
Dan Allen
2019-02-23
rename passthrough variables for clarity; consolidate assignments
Dan Allen
2019-02-22
mark Substitutors#sub_placeholder as internal; don't define in Opal environment
Dan Allen
2019-02-21
resolves #3089 fix crash caused by an inline passthrough with the macros sub ...
Dan Allen
2019-02-21
use empty string instead of nil for variable being concatenated [skip ci]
Dan Allen
2019-02-21
consolidate and optimize split simple CSV helper
Dan Allen
2019-02-21
rename internal method [skip ci]
Dan Allen
2019-02-20
add test for mapping positional attributes on a custom block
Dan Allen
2019-02-20
remove local assignment [skip ci]
Dan Allen
2019-02-20
don't unwrap and rewrap array of terms for dlist in converters
Dan Allen
2019-02-20
ensure dlist item tuple always has two entries
Dan Allen
2019-02-19
use left shift operator instead of push method
Dan Allen
2019-02-19
use tap accum idiom to convert string to lines
Dan Allen
2019-02-19
resolves #3085 don't store fallback text on bibref node (PR #3086)
Dan Allen
2019-02-19
remove unnecessary nil check
Dan Allen
2019-02-19
resolves #3084 only store :refs, not :ids, in document catalog (PR #3079)
Dan Allen
2019-02-19
use map for cache of delimited block line heads
Dan Allen
2019-02-17
use count idiom to compare uniform lines (PR #3071)
Dan Allen
2019-02-17
use explicit length when taking trailing substring [skip ci]
Dan Allen
2019-02-17
use each_key instead of keys.each [skip ci]
Dan Allen
2019-02-17
use consistent brackets for lazy assignments [skip ci]
Dan Allen
2019-02-17
resolves #2640 allow outfilesuffix to be soft set from API (PR #3076)
Dan Allen
2019-02-16
enforce and report relative max include depth properly (PR #3075)
Dan Allen
2019-02-16
avoid unnecessary assignment when computing doctitle [skip ci]
Dan Allen
2019-02-16
use :refs table instead of :ids table to look for refids
Dan Allen
2019-02-16
resolves #3077 implement full support for styled xreftext in manpage converter
Dan Allen
2019-02-16
use captioned title for image in manpage converter
Dan Allen
2019-02-16
use :refs table instead of :ids table to look for existing IDs
Dan Allen
2019-02-14
rename helper function to encode attribute value in HTML5 converter
Dan Allen
2019-02-14
rename uri_encode_spaces to encode_uri and move to Helpers
Dan Allen
2019-02-14
use String#partition delim instead of String#split delim, 2 where applicable ...
Dan Allen
2019-02-14
remove trailing spaces from source [skip ci]
Dan Allen
2019-02-14
pull constants in DocBook converter to top of class definition and consolidate
Dan Allen
2019-02-14
remove commented code; update variable name [skip ci]
Dan Allen
2019-02-14
remove extra string allocation in convert handler method for paragraph
Dan Allen
2019-02-14
separate out conditions in inline_quoted convert handler method
Dan Allen
2019-02-13
resolves #2766 don't parse dlist entry if term is empty (PR #2767)
Dan Allen
2019-02-13
resolves #1720 add header docinfo insertion slot (PR #3068)
Dan Allen
2019-02-13
unavoid unnecessary use of dlist regexp
Dan Allen
2019-02-13
avoid list type comparison in loop [skip ci]
Dan Allen
2019-02-13
don't use a callback on read_line_until unless necessary
Dan Allen
2019-02-13
change return value of Parser.parse_list_item to better suit dlist case
Dan Allen
2019-02-13
rewrite Parser.parse_description_list to be more efficient
Dan Allen
2019-02-13
rewrite Parser.is_sibling_list_item? to be more efficient
Dan Allen
2019-02-13
replace [\S\s] with CC_ALL in JavaScript rx [skip ci]
Dan Allen
2019-02-12
remove unused regular expression constant in Helpers [skip ci]
Dan Allen
2019-02-12
rename Helpers.uri_encode to Helpers.encode_uri_component and use native func...
Dan Allen
[next]