LinkConfig

laika.config.LinkConfig
See theLinkConfig companion object
sealed abstract class LinkConfig

Attributes

Companion
object
Source
LinkConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Attributes

Source
LinkConfig.scala

List of global link definitions, mapping an identifier to an internal or external target.

List of global link definitions, mapping an identifier to an internal or external target.

Allows to centralize commonly used URLs and associate them with an id that can be used in markup sources, avoiding the repetitive definition of those URLs in the markup.

The use of these ids in markup does not require a directive, it can be used with "native" markup syntax, e.g. [linkText][linkId] in Markdown where linkId is the identifier defined here.

Attributes

Source
LinkConfig.scala