ReferenceLinkHandler

interface ReferenceLinkHandler

Interface to describe the ReferenceLinkHandler

Functions

find
Link copied to clipboard
common
abstract fun find(label: String): String

Returns the link for the provided label if it exists

store
Link copied to clipboard
common
abstract fun store(label: String, destination: String?)

Keep the provided link

Inheritors

ReferenceLinkHandlerImpl
Link copied to clipboard