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