MARKDOWN

Markdown Example

This page is generated from markdown.

Kobweb supports all Markdown features, including

Multi-line
code blocks

as well as inline code formatting.

Of course, links are supported. For example:

"Use Kobweb to create rich, dynamic web apps with ease, leveraging Kotlin and Compose for Web."

You can also embed HTML code directly inside your page. Here, the following will create a badge that links to the Varabyte Discord server:

Varabyte Discord

Alternately, you can use Kobweb's custom {{{ code }}} syntax to call into your project's Kotlin code. You can read more about this feature in Kobweb's README.

In fact, the following may look like an ordinary link, but it is actually provided by Kotlin code:

Go Home