Class: SimplePosts::HTMLwithHighlights
- Inherits:
-
Redcarpet::Render::HTML
- Object
- Redcarpet::Render::HTML
- SimplePosts::HTMLwithHighlights
- 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 |