summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-07-10use textlabel instead of caption to store textual label of admonition (PR #2309)Dan Allen
2017-07-10consolidate statementDan 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-09resolves #2302 dump man page when help topic is manpage (PR #2303)Dan Allen
2017-07-08disable LIB_PATH constant until we have a use for itDan 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