From: Lanius Trolling Date: Tue, 14 Mar 2023 19:05:33 +0000 (-0400) Subject: A minor change X-Git-Url: https://gitweb.starshipfights.net/?a=commitdiff_plain;h=28683f693e9b5868a7031f825aeed2d409078199;p=factbooks A minor change --- diff --git a/src/main/kotlin/info/mechyrdia/data/views_comment.kt b/src/main/kotlin/info/mechyrdia/data/views_comment.kt index 97536a7..904123f 100644 --- a/src/main/kotlin/info/mechyrdia/data/views_comment.kt +++ b/src/main/kotlin/info/mechyrdia/data/views_comment.kt @@ -330,8 +330,8 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin td { +"Creates a numbered list, e.g." ol { - li { +"Item" } - li { +"Another item" } + li { +"First item" } + li { +"Second item" } } } } @@ -442,7 +442,7 @@ suspend fun ApplicationCall.commentHelpPage(): HTML.() -> Unit = page("Commentin pre { +tableDemoMarkup } unsafe { raw(tableDemoHtml) } p { - +"The format goes as [td=(width)x(height)]. If one is omitted, then the format can be [td=(width)] or [td=x(height)]" + +"The format goes as [td=(width)x(height)] or [th=(width)x(height)]. If one is omitted, then the format can be [td=(width)] or [td=x(height)]" } table { thead {