From 1393de1c406abe0af42d27c276b2cb9e78d911ce Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 25 Feb 2018 21:01:36 +0100 Subject: [PATCH] Use markdown for quotes --- mixins/Quote.pixy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mixins/Quote.pixy b/mixins/Quote.pixy index 317d0a68..41fd341b 100644 --- a/mixins/Quote.pixy +++ b/mixins/Quote.pixy @@ -6,8 +6,7 @@ component Quote(quote *arn.Quote) component QuoteContent(quote *arn.Quote) .quote-content a.quotation.ajax(href=quote.Link()) - blockquote - p= quote.Text.English + blockquote!= markdown.Render(quote.Text.English) if quote.CharacterID != "" && quote.Character() != nil footer.quote-character