Autolink

data class Autolink(val url: String) : Inline

A URI or email address enclosed in angle brackets.

Constructors

Link copied to clipboard
constructor(url: String)

Properties

Link copied to clipboard
val url: String