Class: ReverseAsciidoctor::Converters::ExpressRef

Inherits:
Base
  • Object
show all
Defined in:
lib/reverse_asciidoctor/converters/express_ref.rb

Instance Method Summary collapse

Methods inherited from Base

#escape_keychars, #extract_title, #treat, #treat_children

Instance Method Details

#convert(node, _state = {}) ⇒ Object



6
7
8
# File 'lib/reverse_asciidoctor/converters/express_ref.rb', line 6

def convert(node, _state = {})
  "express_ref:[#{node['linkend']}]"
end