Properly support markdown when previewing session abstracts
authorMagnus Hagander <magnus@hagander.net>
Tue, 14 Aug 2018 11:17:20 +0000 (13:17 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 14 Aug 2018 11:17:20 +0000 (13:17 +0200)
In the voting page, we should parse the markdown in the preview, since
it's supported in abstracts in general.

template/confreg/sessionvotes.html

index ed9d0b75357fa0e9091e935cab3d028c91cf887d..c07bdc0908a0c144dc60754e061e63ba5a558889 100644 (file)
@@ -222,7 +222,7 @@ width: 100%;
         <div><strong>Track:</strong> {{s.track}}</div>
         <br/>
         <p>
-{{s.abstract}}
+{{s.abstract|markdown}}
         </p>
 {%if s.submissionnote%}
         <hr/>