jira-wiki-markup: Handle Jira wiki markup

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Parse jira wiki text into an abstract syntax tree for easy transformation to other formats.


[Skip to Readme]

Properties

Versions 0.1.0, 0.1.1, 1.0.0, 1.1.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.4.0, 1.5.0, 1.5.1
Change log CHANGELOG.md
Dependencies base (>=4.9 && <5), jira-wiki-markup, mtl (>=2.2 && <2.3), parsec (>=3.1 && <3.2), text (>=1.1.1 && <1.3) [details]
License MIT
Copyright © 2019–2020 Albert Krewinkel
Author Albert Krewinkel
Maintainer tarleb@zeitkraut.de
Category Text
Home page https://github.com/tarleb/jira-wiki-markup
Bug tracker https://github.com/tarleb/jira-wiki-markup/issues
Source repo head: git clone https://github.com/tarleb/jira-wiki-markup.git
Uploaded by tarleb at 2020-03-13T08:29:34Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for jira-wiki-markup-1.1.0

[back to package description]

jira-wiki-markup

Hackage MIT license Stackage Lts Stackage Nightly Build status Windows build status

This package provides a parser and printer for Jira wiki markup. It converts the raw text into an abstract syntax tree. The tree is easy to handle and to translate into different output formats.

License

This package is licensed under the MIT license. See the LICENSE file for details.