Mercurial > public > sg101
diff gpp/templates/comments/markdown_preview.html @ 132:06503edcc56b
A previous commit broke the comment preview function. Fixing this now.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 26 Nov 2009 22:51:07 +0000 |
parents | dbd703f7d63a |
children | d203a4a986d2 |
line wrap: on
line diff
--- a/gpp/templates/comments/markdown_preview.html Thu Nov 26 22:47:17 2009 +0000 +++ b/gpp/templates/comments/markdown_preview.html Thu Nov 26 22:51:07 2009 +0000 @@ -9,6 +9,6 @@ <title>Markdown Preview</title> <link rel="stylesheet" type="text/css" href="~/templates/preview.css" /> </head> -{{ data|markdown:"safe"|smilify }} +{{ data|smiley_markdown|markdown:"safe" }} </body> </html>