jira-wiki-markup-1.3.2: Handle Jira wiki markup

Copyright© 2019–2020 Albert Krewinkel
LicenseMIT
MaintainerAlbert Krewinkel <tarleb@zeitkraut.de>
Stabilityalpha
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Text.Jira.Parser.PlainText

Description

Functions for parsing markup-less strings.

Synopsis

Documentation

plainText :: Text -> Either ParseError [Inline] Source #

Parses into an Inline elements which represent plain text. The result consists of any number of Str, SpecialChar, or Space elements.

This parser can be used to convert un-escaped strings into proper Jira markup elements.