module Asciidoctor::Substitutors

def resolve_pass_subs subs

Public: Call resolve_subs for the :inline type with the subject set as passthrough macro.
def resolve_pass_subs subs
  resolve_subs subs, :inline, nil, 'passthrough macro'
end