0.0
No commit activity in last 3 years
No release in over 3 years
A gem to convert strings from JIRA markdown to Slack markdown
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

jira-to-slack

A simple gem to convert JIRA markdown into Slack markdown. You can find the gem here.

Usage

There is only one method, convert which accepts a string (which should be JIRA markdown) and returns a string (which will be Slack mardown).

JiraToSlack.convert("-This line is totally crossed out-")
=> "~This line is totally crossed out~"

I'm sure there are more cases I've missed, but hey, maybe I'll get around to working on this a bit more, again.