Use markdown for quotes

This commit is contained in:
Eduard Urbach 2018-02-25 21:01:36 +01:00
parent dad09f78c6
commit 1393de1c40

View File

@ -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