module Asciidoctor::Extensions::InlineMacroProcessorDsl

Public Instance Methods

format(value) click to toggle source
# File lib/asciidoctor/extensions.rb, line 645
def format value
  option :format, value
end
Also aliased as: match_format, using_format
match(value) click to toggle source
# File lib/asciidoctor/extensions.rb, line 652
def match value
  option :regexp, value
end
match_format(value)
Alias for: format
using_format(value)

NOTE using_format alias is deprecated

Alias for: format