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