summaryrefslogtreecommitdiff
path: root/test/fixtures/include-asciidoctor.rb
AgeCommit message (Collapse)Author
2020-07-17resolves #3625 don't use module_function to define entry point methods in ↵Dan Allen
API (PR #3713) - define load, convert, load_file, convert_file as module methods (e.g., `def self.load`) - avoids conflict between `Asciidoctor.load` and `Kernel.load` when calling `include Asciidoctor` - add test that Rouge integration works in combination with `include Asciidoctor`