jira-wiki-markup: Handle Jira wiki markup

[ library, mit, program, text ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0, 0.1.1, 1.0.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, parsec (>=3.1 && <3.2), text (>=1.1.1 && <1.3) [details]
License MIT
Copyright © 2019 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 2019-11-20T06:40:04Z
Distributions Arch:1.5.1, Fedora:1.5.1, LTSHaskell:1.5.1, NixOS:1.5.1, Stackage:1.5.1, openSUSE:1.5.1
Reverse Dependencies 1 direct, 167 indirect [details]
Executables jira-wiki-markup
Downloads 26240 total (239 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-11-20 [all 1 reports]

Readme for jira-wiki-markup-0.1.1

[back to package description]

jira-wiki-markup

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

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

License

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