commonmark-extensions-0.2.3.4: Pure Haskell commonmark parser.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Commonmark.Extensions.Wikilinks

Synopsis

Documentation

data TitlePosition Source #

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 Source #

Methods

wikilink :: Text -> il -> il Source #

Instances