comparison 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
comparison
equal deleted inserted replaced
131:5b69d6e01fd4 132:06503edcc56b
7 <head> 7 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9 <title>Markdown Preview</title> 9 <title>Markdown Preview</title>
10 <link rel="stylesheet" type="text/css" href="~/templates/preview.css" /> 10 <link rel="stylesheet" type="text/css" href="~/templates/preview.css" />
11 </head> 11 </head>
12 {{ data|markdown:"safe"|smilify }} 12 {{ data|smiley_markdown|markdown:"safe" }}
13 </body> 13 </body>
14 </html> 14 </html>