-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b92b95d
commit dfb09f4
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# mistune-jira | ||
A Jira Rendering Engine for Mistune | ||
|
||
A Jira Rendering Engine for Mistune. | ||
|
||
[Mistune](https://github.com/lepture/mistune) is awesome. It does an amazing job of parsing | ||
markdown. It has the ability to take those documents and export them in different sytaxes. | ||
This is an attempt to write a parser for | ||
[Atlassian's Markup Language used in Jira and some other tools](https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all). | ||
|
||
The goal is to be able to have data in markdown and then use that markdown to create a well formatted | ||
ticket in Jira. | ||
|
||
Hopefully Jira will someday fully support markdown and make this project irrelevant. |