class Jekyll::UpcaseConverter

Public Instance Methods

convert(content) click to toggle source
Calls superclass method
# File lib/syncfusion_tabs_id.rb, line 16
def convert(content)
            content = convert(super(content))
end
matches(ext) click to toggle source
# File lib/syncfusion_tabs_id.rb, line 8
def matches(ext)
  ext =~ /^\.md$/i
end
output_ext(ext) click to toggle source
# File lib/syncfusion_tabs_id.rb, line 12
def output_ext(ext)
  ".html"
end