Sha256: d0f6d34bc21176e97a78f4feff307fb05806f724bb94f15af8b1069fa9d02102
Contents?: true
Size: 223 Bytes
Versions: 4
Compression:
Stored size: 223 Bytes
Contents
# -*- coding: utf-8 -*- require 'kramdown' module Kramdown module Converter class Html def convert_span(el, indent) format_as_span_html('span', el.attr, inner(el, indent)) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems