module Asciidoctor::Extensions::DSL

Private Instance Methods

match(value)
Alias for: matches
matches(value) click to toggle source
# File lib/asciidoctor/extensions.rb, line 563
def matches value
  option :regexp, value
end
Also aliased as: match, matching
matching(value)
Alias for: matches
using_format(value)
Alias for: with_format
with_format(value) click to toggle source
# File lib/asciidoctor/extensions.rb, line 558
def with_format value
  option :format, value
end
Also aliased as: using_format