summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-26Release 2.0.2v2.0.2Dan Allen
2019-03-26optimize heavily-used conditionalsDan Allen
2019-03-26resolves #3207 implement #lines and #source methods on Table::Cell (PR #3209)Dan Allen
2019-03-26resolve caption attribute name against known set (PR #3208)Dan Allen
2019-03-26resolves #3205 apply verbatim substitutions to literal paragraphs attached to...Dan Allen
2019-03-25rename :list_item option on Parser.next_block to :list_type and use it to pas...Dan Allen
2019-03-25rename :text option passed to Parser.next_block to :text_onlyDan Allen
2019-03-25use consistent terminology for when gem is not availableDan Allen
2019-03-25Begin development on next version [skip ci]Dan Allen
2019-03-25Release 2.0.1v2.0.1Dan Allen
2019-03-25resolves #3202 convert cataloged titles containing attribute references eager...Dan Allen
2019-03-25invert conditional [skip ci]Dan Allen
2019-03-25resolves #1884 add detail to load error message if path is not gem name (PR #...Dan Allen
2019-03-25set @context as default value for key arg to assign_caption; always pass keyDan Allen
2019-03-24resolves #3199 look for deprecated extension option :pos_attrs if :positional...Dan Allen
2019-03-24refactor file routing logic in Asciidoctor.convertDan Allen
2019-03-24remove duplicate call in Asciidoctor.load to resolve input to absolute pathDan Allen
2019-03-24remove unused location property (attr_accessor :location) on DocinfoProcessor...Dan Allen
2019-03-24minor refactoring in resolve_attributes DSL method for macros [skip ci]Dan Allen
2019-03-24refactor logic that reads extension configDan Allen
2019-03-24fix misspelling of deprecated default_attrs DSL function (missing trailing "s")Dan Allen
2019-03-24resolves #2498 configure asciimath block to render as displaymath (PR #3192)Dan Allen
2019-03-24refactor custom inline macro substitution codeDan Allen
2019-03-23add indentation to MathJax config; remove semi-colons [skip ci]Dan Allen
2019-03-22Begin development on next version [skip ci]Dan Allen
2019-03-22Release 2.0.0v2.0.0Dan Allen
2019-03-22read id instead of deleting it when parsing inline nodesDan Allen
2019-03-22resolves #2134 add parse_attributes helper to base extension Processor class ...Dan Allen
2019-03-22slightly optimize implicit source block promotionDan Allen
2019-03-22optimize attribute rekeyingDan Allen
2019-03-22rename pos_attrs to positional_attrs (PR #3188)Dan Allen
2019-03-22consolidate helper methods in substitutorsDan Allen
2019-03-22remove outdated workaround to substitute attributes eagerly in section titleDan Allen
2019-03-22remove commented code in substitutors [skip ci]Dan Allen
2019-03-22resolves #2818 catalog inline anchors at start of callout list itemsOwen Heisler
2019-03-22use default argument value to set document on catalog_inline_anchor methodDan Allen
2019-03-22update Processor#parse_content to delegate all logic to Parser.parse_blocksDan Allen
2019-03-22rearrange methods in Substitutors; mark private methods; update RDoc (PR #3187)Dan Allen
2019-03-22resolve #2047 add support for see and see also relationships on index terms (...Dan Allen
2019-03-22resolves #1117 automatically promote a listing block without an explicit styl...Dan Allen
2019-03-22change extract_passthroughs to use single return valueDan Allen
2019-03-22sort block parsing into more logical order; remove special case (PR #3186)Dan Allen
2019-03-21resolves #2441 substitute replacements in author values used in document head...Dan Allen
2019-03-21move condition in sub_replacements to postfix condition [skip ci]Dan Allen
2019-03-21consolidate some code [skip ci]Dan Allen
2019-03-21resolves #1487 only promote indexterms automatically if indexterm-promotion o...Dan Allen
2019-03-21Begin development on next version [skip ci]Dan Allen
2019-03-21Release 2.0.0.rc.3v2.0.0.rc.3Dan Allen
2019-03-21resolves #3178 apply subs to Inline node returned by inline macro processor i...Dan Allen
2019-03-20merge PR #3173Dan Allen