summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12Release 1.5.6v1.5.6Dan Allen
2017-07-12Prepare 1.5.6 releaseDan Allen
2017-07-12clean up Parser#next_block (PR #2311)Dan Allen
2017-07-12define reftext and reftext? methods on AbstractNodeDan Allen
2017-07-12only trigger dependent builds on first job in matrixDan Allen
2017-07-12remove qualified method reference in parse_blocks; consolidateDan Allen
2017-07-12autoload extensions lazily (PR #2312)Dan Allen
2017-07-11add missing require in RakefileDan Allen
2017-07-11Merge pull request #2305 from Mogztter/trigger-buildDan Allen
2017-07-11rework build:dependents task; tie into Travis buildDan Allen
2017-07-11resolves #2244 warn if duplicate ID is detected (PR #2308)Dan Allen
2017-07-11resolves #1478 retain block content in items of callout list (PR #2310)Dan Allen
2017-07-11fix line numbers in callout list warnings; add tests to verifyDan Allen
2017-07-10rename constants for hard line breakDan Allen
2017-07-10change register method to return newly registered refDan Allen
2017-07-10optimize switch statement; remove redundant variable defDan Allen
2017-07-10Short circuit substitution method when no match is possible (PR #2306)Dan Allen
2017-07-10add missing ! on gsub for sub_specialcharsDan Allen
2017-07-10use textlabel instead of caption to store textual label of admonition (PR #2309)Dan Allen
2017-07-10consolidate statementDan Allen
2017-07-10add assertion that number property is set on appendixDan Allen
2017-07-10assign id instead of target on ref/bibref node (PR #2307)Dan Allen
2017-07-09resolves #858 add support for formal xref text (PR #2220)Dan Allen
2017-07-09optimize replacement detectionDan Allen
2017-07-09use apply_subs instead of apply_normal_subs internallyDan Allen
2017-07-09enhance create_section helper in extensions to set up section properly (PR #2...Dan Allen
2017-07-09update man pageDan Allen
2017-07-09resolves #2302 dump man page when help topic is manpage (PR #2303)Dan Allen
2017-07-09Adds a Rake task to trigger build on dependent projectsGuillaume Grossetie
2017-07-08remove stray wip in test nameDan Allen
2017-07-08disable LIB_PATH constant until we have a use for itDan Allen
2017-07-08fix invoker tests when run directlyDan Allen
2017-07-08replace the term include macro with include directive in docsDan Allen
2017-07-08remove needless check for empty target in include directiveDan Allen
2017-07-08rename path to relpath in preprocess_include_directiveDan Allen
2017-07-07consolidate sub_attributes; reference capture groups using numbered varsDan Allen
2017-07-07use default case for else clause in switch in sub_attributesDan Allen
2017-07-07fix assertion in test sample for undefined attributeDan Allen
2017-07-06consolidate assignment in reader.rbDan Allen
2017-07-06do some variable cleanup in reader.rb (PR #2299)Dan Allen
2017-07-06consistently use * to join array on string (PR #2297)Dan Allen
2017-07-05rename MacroRx constants so name follows type (InlineImageMacroRx) (PR #2295)Dan Allen
2017-07-05fix default docinfo substitution behavior (PR #2296)Dan Allen
2017-07-05always output role the same way in HTML converterDan Allen
2017-07-05remove redundant character check in parserDan Allen
2017-07-05remove redundant nil or empty check in sub_attributesDan Allen
2017-07-04retain EOL constant as LF alias for compatibilityDan Allen
2017-07-04don't recognize inline image macro if target has trailing space (PR #2294)Dan Allen
2017-07-03make menu macro less greedy (PR #2290)Dan Allen
2017-07-03keep track of when alt text is auto-generated (PR #2287)Dan Allen