From 732f8aac1eb6b2c137fdf81d9d670a30d0f8b9ea Mon Sep 17 00:00:00 2001 From: Andrey Tyrin Date: Wed, 10 Aug 2022 17:43:33 +0300 Subject: Support Var html tag for Javadoc (#2617) Fixes #2358 --- core/src/main/kotlin/pages/ContentNodes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/main/kotlin/pages') diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index a0f2fd74..0d8475a9 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -383,7 +383,7 @@ enum class TokenStyle : Style { enum class TextStyle : Style { Bold, Italic, Strong, Strikethrough, Paragraph, Block, Span, Monospace, Indented, Cover, UnderCoverText, BreakableAfter, Breakable, InlineComment, Quotation, - FloatingRight + FloatingRight, Var } enum class ContentStyle : Style { -- cgit