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