jira-wiki-markup-1.5.0: Handle Jira wiki markup
Copyright© 2019–2023 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb@zeitkraut.de>
Stabilityalpha
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Jira.Parser.Shared

Description

Parsers whch are shared between multiple modules.

Synopsis

Documentation

icon :: Parsec Text u Icon Source #

Parses an icon

icon' :: Parsec Text u Icon Source #

Like icon, but doesn't check whether the sequence is followed by a character that would prevent the interpretation as an icon.