| Class | Webgen::ContentProcessor::KramdownHtmlConverter |
| In: |
lib/webgen/contentprocessor/kramdown/html.rb
|
| Parent: | ::Kramdown::Converter::Html |
# File lib/webgen/contentprocessor/kramdown/html.rb, line 24
24: def convert_a(el, indent, opts)
25: el.options[:attr]['href'] = @context.tag('relocatable', {'path' => el.options[:attr]['href']}) if @do_convert
26: "<a#{html_attributes(el)}>#{inner(el, indent, opts)}</a>"
27: end