Use markdown for quotes
This commit is contained in:
parent
dad09f78c6
commit
1393de1c40
@ -6,8 +6,7 @@ component Quote(quote *arn.Quote)
|
|||||||
component QuoteContent(quote *arn.Quote)
|
component QuoteContent(quote *arn.Quote)
|
||||||
.quote-content
|
.quote-content
|
||||||
a.quotation.ajax(href=quote.Link())
|
a.quotation.ajax(href=quote.Link())
|
||||||
blockquote
|
blockquote!= markdown.Render(quote.Text.English)
|
||||||
p= quote.Text.English
|
|
||||||
|
|
||||||
if quote.CharacterID != "" && quote.Character() != nil
|
if quote.CharacterID != "" && quote.Character() != nil
|
||||||
footer.quote-character
|
footer.quote-character
|
||||||
|
Loading…
Reference in New Issue
Block a user