commonmark-extensions-0.2.3: Pure Haskell commonmark parser.
Safe HaskellNone
LanguageHaskell2010

Commonmark.Extensions.Wikilinks

Synopsis

Documentation

data TitlePosition #

Determines whether [[foo|bar]] is a link to page bar with title (description) foo (TitleBeforePipe), as in GitHub wikis, or a link to page foo with title bar (TitleAfterPipe), as in Obsidian and Foam.

class HasWikilinks il where #

Methods

wikilink :: Text -> il -> il #

Instances