From: Lanius Trolling Date: Sat, 6 Apr 2024 12:45:30 +0000 (-0400) Subject: Wtf was that X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=cb1584f7085348e45f6eecd8e96f2b834d5df9bf;p=factbooks Wtf was that --- diff --git a/src/jvmMain/kotlin/info/mechyrdia/lore/parser_raw.kt b/src/jvmMain/kotlin/info/mechyrdia/lore/parser_raw.kt index a1dbfec..566d282 100644 --- a/src/jvmMain/kotlin/info/mechyrdia/lore/parser_raw.kt +++ b/src/jvmMain/kotlin/info/mechyrdia/lore/parser_raw.kt @@ -112,7 +112,7 @@ enum class RawFactbookFormattingTag(val type: HtmlLexerTag) { a(href = url) { +"Manual page redirect" } }) }), - LANG(HtmlTagLexerTag(attributes = ::processRawLanguage, tagMode = HtmlTagMode . INLINE, tagCreator = TagConsumer<*>::span.toTagCreator())), + LANG(HtmlTagLexerTag(attributes = ::processRawLanguage, tagMode = HtmlTagMode.INLINE, tagCreator = TagConsumer<*>::span.toTagCreator())), ALPHABET(HtmlNotSupportedInRawViewTag("Unfortunately, raw view does not support interactive constructed script previews")), VOCAB(HtmlNotSupportedInRawViewTag("Unfortunately, raw view does not support interactive constructed language dictionaries")),