From 662a7b9c48ba2d896514453aa749e2816a099a50 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 18 2015 14:35:04 +0000 Subject: Apply the crossref filter in the comments of the issues --- diff --git a/progit/templates/issue.html b/progit/templates/issue.html index ab4b0b1..926f675 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -19,7 +19,7 @@
{% autoescape false %} - {{ content | markdown }} + {{ content | crossref | markdown }} {% endautoescape %}