Class: Jekyll::UpcaseConverter

Inherits:
Converter
  • Object
show all
Defined in:
lib/syncfusion_tabs_id.rb

Instance Method Summary collapse

Instance Method Details

#convert(content) ⇒ Object



16
17
18
# File 'lib/syncfusion_tabs_id.rb', line 16

def convert(content)
    content = convert(super(content))
end

#matches(ext) ⇒ Object



8
9
10
# File 'lib/syncfusion_tabs_id.rb', line 8

def matches(ext)
  ext =~ /^\.md$/i
end

#output_ext(ext) ⇒ Object



12
13
14
# File 'lib/syncfusion_tabs_id.rb', line 12

def output_ext(ext)
  ".html"
end