module Asciidoctor::Extensions::DSL
Private Instance Methods
format(value)
click to toggle source
# File lib/asciidoctor/extensions.rb, line 644 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 651 def match value option :regexp, value end