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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.2) [details]
License MIT
Copyright © 2019–2023 Albert Krewinkel
Author Albert Krewinkel
Maintainer tarleb@zeitkraut.de
Revised Revision 1 made by AndreasAbel at 2023-12-25T15:31:30Z
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-03-13T16:43:59Z
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 26187 total (232 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-03-13 [all 1 reports]

Readme for jira-wiki-markup-1.5.1

[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.