From c532003c71cc551ce0df797a8d6207c0edb8eaab Mon Sep 17 00:00:00 2001 From: TheOnlyTails Date: Fri, 13 May 2022 16:16:03 +0300 Subject: Render quotes as blockquotes instead of code blocks. (#2496) --- core/src/main/kotlin/pages/ContentNodes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/kotlin/pages/ContentNodes.kt') diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index 4210b4dd..0e89b3f6 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -384,7 +384,7 @@ enum class TokenStyle : Style { enum class TextStyle : Style { Bold, Italic, Strong, Strikethrough, Paragraph, - Block, Span, Monospace, Indented, Cover, UnderCoverText, BreakableAfter, Breakable, InlineComment + Block, Span, Monospace, Indented, Cover, UnderCoverText, BreakableAfter, Breakable, InlineComment, Quotation } enum class ContentStyle : Style { -- cgit