summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-23Release 1.5.6.1v1.5.6.1Dan Allen
2017-07-23resolves #2107 calculate relative path correctly (PR #2335)Dan Allen
2017-07-22use atx and setext terminology when refering to section title syntax (PR #2334)Dan Allen
2017-07-22resolves #2330 eagerly substitute attributes in target of inline image (PR #2...Dan Allen
2017-07-22use HEAD instead of LEADER in constantsDan Allen
2017-07-22preprocess second line of setext discrete heading (PR #2332)Dan Allen
2017-07-22remove unnecessary nil_or_empty? checks in Substitutor; add missing testDan Allen
2017-07-22resolves #2323 don't warn if src stylesheet can't be read and dest already ex...Dan Allen
2017-07-22preprocess second line of setext section title; add test (PR #2321)Dan Allen
2017-07-22don't mix return type of Parser.build_block method (PR #2328)Dan Allen
2017-07-21resolves #2324 coerce group name to symbol when registering (PR #2327)Dan Allen
2017-07-21consolidate variable assignments in Parser.build_blockDan Allen
2017-07-20Reader#skip_blank_lines reports end of file (PR #2325)Dan Allen
2017-07-20change terminology from "floating title" to "discrete heading"Dan Allen
2017-07-19use shift instead of advance to consume line when return value isn't needed (...Dan Allen
2017-07-19add missing scenario when parsing revision info lineDan Allen
2017-07-18remove useless group in revision line regexpDan Allen
2017-07-18change default argument values for Reader#peek_lines methodDan Allen
2017-07-18rename HybridLayoutBreakRx to ExtLayoutBreakRxDan Allen
2017-07-18remove obsolete empty lines checkDan Allen
2017-07-18remove block and line comment regexpsDan Allen
2017-07-18don't use regexp in Reader#skip_comment_linesDan Allen
2017-07-18drop unused direct argument on Reader#advance and Reader#read_lineDan Allen
2017-07-18don't use regexp in Reader#skip_line_commentsDan Allen
2017-07-17drop skipped content inside a delimited block (PR #2319)Dan Allen
2017-07-17change default text for inter-document xref (PR #2316)Dan Allen
2017-07-17optimize next_block loopsDan Allen
2017-07-17don't track eof state in reader (PR #2320)Dan Allen
2017-07-17consolidate logic in peek_lineDan Allen
2017-07-16continue to read blocks after skipped content within delimited block (PR #2318)Dan Allen
2017-07-16use consistent style when invoking next_blockDan Allen
2017-07-15match atx section title more efficientlyDan Allen
2017-07-15parse single line section title more efficientlyDan Allen
2017-07-15rename AtxSectionRx to AtxSectionTitleRx for consistencyDan Allen
2017-07-13consistently store bound contexts as set in extension configDan Allen
2017-07-13allow the subs argument of apply_subs to be nilDan Allen
2017-07-12Begin development on next version [skip ci]Dan 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-12remove qualified method reference in parse_blocks; consolidateDan Allen
2017-07-12autoload extensions lazily (PR #2312)Dan 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