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.3), parsec (>=3.1 && <3.2), text (>=1.1.1 && <1.3 || >=2.0 && <2.1) [details]
License MIT
Copyright © 2019–2021 Albert Krewinkel
Author Albert Krewinkel
Maintainer tarleb@zeitkraut.de
Revised Revision 1 made by tarleb at 2022-06-03T07:23:33Z
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 2021-05-25T13:57:49Z
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 26244 total (237 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-05-25 [all 1 reports]

Readme for jira-wiki-markup-1.4.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.