index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
extensions_test.rb
Age
Commit message (
Expand
)
Author
2017-05-06
split "treeprocessor" into two words; add aliases for compatibility (PR #2179)
Dan Allen
2017-04-28
allow normalize option to be set on PreprocessorReader; change default to false
Dan Allen
2017-04-27
rename extensions_registry option to extension_registry; add tests
Dan Allen
2017-04-27
add test to verify Extensions.create does not register
Dan Allen
2017-04-25
resolves #2122 add resolves_attributes method to DSL for macros (PR #2139)
Dan Allen
2017-04-24
rename raw_attributes for block macro to content; add test
Dan Allen
2017-04-20
resolves #2136 validate name of inline macro; cache inline macro rx (PR #2137)
Dan Allen
2017-04-20
resolves #2132 invoke convert on result of inline macro if value is an inline...
Dan Allen
2017-04-20
resolves #1797 resolve attributes for short inline macros if requested (PR #2...
Dan Allen
2017-04-16
apply default_attrs to custom inline macro (PR #2127)
Dan Allen
2017-04-13
resolves #2119 add handles? method to DSL for IncludeProcessor (PR #2120)
Dan Allen
2017-04-09
autoload extensions source file when Asciidoctor::Extensions is referenced (P...
Dan Allen
2017-03-21
add message to not-implemented exception; add message as second arg (PR #2093)
Dan Allen
2017-02-20
resolves #2022 remove cached title when title is set on block (PR #2023)
Dan Allen
2017-01-02
resolves #1606 pass cloaked context to block extension (PR #1986)
Dan Allen
2016-07-30
resolves #1651 don't share attributes between blocks parsed by parse_content ...
Dan Allen
2015-12-29
remove trailing endlines in source
Dan Allen
2015-10-26
resolves #1336 resolve regexp for inline macro lazily
Dan Allen
2015-10-17
resolves #1510 use value of docinfo attribute to enable docinfo behavior
Dan Allen
2014-11-22
code review for #1162 docinfo extension
Dan Allen
2014-11-22
resolves #1162 add docinfo extension
Guillaume Grossetie
2014-07-27
resolves #1035 allow Treeprocessor to return replacement tree
Dan Allen
2014-07-27
resolves #718 and #714 swap + and ` formatting chars
Dan Allen
2014-07-17
alias :name_attributes to :positional_attributes in extension DSL
Dan Allen
2014-06-19
Expose Document to extension point IncludeProcessor
Aslak Knutsen
2014-04-08
tests: switch to minitest
Ken Dreyer
2014-02-28
enhance preprocessor test to ensure attribute assignment works
Dan Allen
2014-02-17
pass document as first argument to process method on Preprocessor
Dan Allen
2014-02-16
resolves #804 rewrite extensions to support extension instances
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2013-08-25
only remove leading indent from normal paragraph
Dan Allen
2013-08-24
allow processors to be activated by string
Dan Allen
2013-08-22
include processor enabled regardless of safe mode, fall back to built-in
Dan Allen
2013-08-22
resolves #100 include processor extension
Dan Allen
2013-08-22
extension improvements
Dan Allen
2013-08-22
resolves #79 extension API for document processing
Dan Allen
[prev]