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, mtl (>=2.2 && <2.4), parsec (>=3.1 && <3.2), text (>=1.1.1 && <1.3 || >=2.0 && <2.1) [details]
License MIT
Copyright © 2019–2023 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 2023-01-11T13:22:31Z
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 26218 total (233 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-01-11 [all 1 reports]

Readme for jira-wiki-markup-1.5.0

[back to package description]

jira-wiki-markup

Hackage MIT license Stackage Lts Stackage Nightly GitHub 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.