Skip to content

Instantly share code, notes, and snippets.

@ada-lovecraft
Created May 29, 2013 18:15
Show Gist options
  • Save ada-lovecraft/5672468 to your computer and use it in GitHub Desktop.
Save ada-lovecraft/5672468 to your computer and use it in GitHub Desktop.
Incorrect: Markdown filter in jade using a string of markdown.
extends layout
block content
h2= post.value.title
h3= post.value.byline
p
:markdown
#{post.value.body}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment