Media

sealed interface Media

Represents a resource that can be referenced in a Quarkdown document and that may need to be downloaded or processed. For example, when exporting a document to HTML, remote images are handled by the browser, while local ones need to be copied to the output resources.

Inheritors

Functions

Link copied to clipboard
abstract fun <T> accept(visitor: MediaVisitor<T>): T