summaryrefslogtreecommitdiff
path: root/test/extensions_test.rb
AgeCommit message (Expand)Author
2017-05-06split "treeprocessor" into two words; add aliases for compatibility (PR #2179)Dan Allen
2017-04-28allow normalize option to be set on PreprocessorReader; change default to falseDan Allen
2017-04-27rename extensions_registry option to extension_registry; add testsDan Allen
2017-04-27add test to verify Extensions.create does not registerDan Allen
2017-04-25resolves #2122 add resolves_attributes method to DSL for macros (PR #2139)Dan Allen
2017-04-24rename raw_attributes for block macro to content; add testDan Allen
2017-04-20resolves #2136 validate name of inline macro; cache inline macro rx (PR #2137)Dan Allen
2017-04-20resolves #2132 invoke convert on result of inline macro if value is an inline...Dan Allen
2017-04-20resolves #1797 resolve attributes for short inline macros if requested (PR #2...Dan Allen
2017-04-16apply default_attrs to custom inline macro (PR #2127)Dan Allen
2017-04-13resolves #2119 add handles? method to DSL for IncludeProcessor (PR #2120)Dan Allen
2017-04-09autoload extensions source file when Asciidoctor::Extensions is referenced (P...Dan Allen
2017-03-21add message to not-implemented exception; add message as second arg (PR #2093)Dan Allen
2017-02-20resolves #2022 remove cached title when title is set on block (PR #2023)Dan Allen
2017-01-02resolves #1606 pass cloaked context to block extension (PR #1986)Dan Allen
2016-07-30resolves #1651 don't share attributes between blocks parsed by parse_content ...Dan Allen
2015-12-29remove trailing endlines in sourceDan Allen
2015-10-26resolves #1336 resolve regexp for inline macro lazilyDan Allen
2015-10-17resolves #1510 use value of docinfo attribute to enable docinfo behaviorDan Allen
2014-11-22code review for #1162 docinfo extensionDan Allen
2014-11-22resolves #1162 add docinfo extensionGuillaume Grossetie
2014-07-27resolves #1035 allow Treeprocessor to return replacement treeDan Allen
2014-07-27resolves #718 and #714 swap + and ` formatting charsDan Allen
2014-07-17alias :name_attributes to :positional_attributes in extension DSLDan Allen
2014-06-19Expose Document to extension point IncludeProcessorAslak Knutsen
2014-04-08tests: switch to minitestKen Dreyer
2014-02-28enhance preprocessor test to ensure attribute assignment worksDan Allen
2014-02-17pass document as first argument to process method on PreprocessorDan Allen
2014-02-16resolves #804 rewrite extensions to support extension instancesDan Allen
2014-02-05refactor unit tests so they work in RubyMineCharles Moulliard
2013-08-25only remove leading indent from normal paragraphDan Allen
2013-08-24allow processors to be activated by stringDan Allen
2013-08-22include processor enabled regardless of safe mode, fall back to built-inDan Allen
2013-08-22resolves #100 include processor extensionDan Allen
2013-08-22extension improvementsDan Allen
2013-08-22resolves #79 extension API for document processingDan Allen