1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
# jira-wiki-markup
[](https://hackage.haskell.org/package/jira-wiki-markup)
[![MIT license][License badge]](LICENSE)
[![Stackage Lts][Stackage Lts badge]](http://stackage.org/lts/package/jira-wiki-markup)
[![Stackage Nightly][Stackage Nightly badge]](http://stackage.org/nightly/package/jira-wiki-markup)
[![GitHub build status][CI badge]][CI workflow]
[![Windows build status][AppVeyor badge]](https://ci.appveyor.com/project/tarleb/jira-wiki-markup)
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 badge]: https://img.shields.io/badge/license-MIT-blue.svg
[Stackage Lts badge]: http://stackage.org/package/jira-wiki-markup/badge/lts
[Stackage Nightly badge]: http://stackage.org/package/jira-wiki-markup/badge/nightly
[CI badge]: https://img.shields.io/github/actions/workflow/status/pandoc-ext/multibib/ci.yaml?logo=github&branch=main
[AppVeyor badge]: https://ci.appveyor.com/api/projects/status/github/tarleb/jira-wiki-markup?branch=master&svg=true
[Jira wiki markup]: https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all
[CI workflow]: https://github.com/tarleb/jira-wiki-markup/actions/workflows/ci.yaml
# License
This package is licensed under the MIT license. See the `LICENSE` file
for details.
|