Module: RD::RD2HTMLExtVisitor::NativeInline

Defined in:
lib/rd/rd2html-ext-lib.rb

Overview

index inline => native inline

Constant Summary collapse

Delimiter =
"\ca\ca"

Instance Method Summary collapse

Instance Method Details

#apply_to_Index(element, content) ⇒ Object



113
114
115
# File 'lib/rd/rd2html-ext-lib.rb', line 113

def apply_to_Index(element, content)
  %Q[#{Delimiter}#{content}#{Delimiter}]
end