shortcut-links-0.4.1.0: Link shortcuts for use in text markup

Safe HaskellSafe
LanguageHaskell2010

ShortcutLinks

Synopsis

Documentation

allShortcuts :: [([Text], Shortcut)] Source

A list of all functions included in this module, together with suggested names for them.

useShortcut Source

Arguments

:: Text

Shortcut name

-> Maybe Text

Option

-> Text

Link text

-> Result Text

Resulting URL

Use a shortcut from allShortcuts.

This is the main function you should use. It does the lookup and so on.