Skip to content

Instantly share code, notes, and snippets.

@reinier
Last active December 11, 2015 00:39
Show Gist options
  • Save reinier/4518318 to your computer and use it in GitHub Desktop.
Save reinier/4518318 to your computer and use it in GitHub Desktop.
Tried some Markdown within Haml through CodeKit, because the latest update says "Markdown syntax is now fully supported in Haml files". But this doesn't work. Anyone knows how Markdown is supported in Haml through CodeKit?
!!! 5
%html{ :xmlns => "http://www.w3.org/1999/xhtml", :lang => "en", "xml:lang" => "en"}
%head
%title Sample Haml
%body
#example_header
:markdown
This is [Haml](http://en.wikipedia.org/wiki/Haml) with [Markdown](http://daringfireball.net/projects/markdown/)
@crzapata
Copy link

Same issue as tonyhaddon-bb on Mavericks.
OS: OS X 10.9 (13A603)
CodeKit: 1.9.2 (8376)
have Homebrew installed ruby 2.0.0-p247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment