Class: MaRuKu::MDDocument

Inherits:
Object
  • Object
show all
Defined in:
lib/guides/markdown_extensions.rb

Overview

Hack for buggy method that thinks NOTE is an email header

Instance Method Summary collapse

Instance Method Details

#parse_email_headers(s) ⇒ Object



3
4
5
# File 'lib/guides/markdown_extensions.rb', line 3

def parse_email_headers(s)
  { :data => s}
end