Class: SimplePosts::HTMLwithHighlights

Inherits:
Redcarpet::Render::HTML
  • Object
show all
Includes:
Rouge::Plugins::Redcarpet
Defined in:
lib/simple_posts/posts.rb

Instance Method Summary collapse

Instance Method Details

#postprocess(document) ⇒ Object



14
15
16
# File 'lib/simple_posts/posts.rb', line 14

def postprocess(document)
  document.gsub(''', "'")
end