Created
March 18, 2016 04:07
-
-
Save ishikawa/69b0281072f31251d1c0 to your computer and use it in GitHub Desktop.
Markdown を Atlassian JIRA の記法に変換する mi のツール
This file contains hidden or 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
<<<REPLACE-TEXT-ALL | |
** | |
* | |
<<<REPLACE-REGEXP-ALL | |
^##### | |
h5. | |
<<<REPLACE-REGEXP-ALL | |
^#### | |
h4. | |
<<<REPLACE-REGEXP-ALL | |
^### | |
h3. | |
<<<REPLACE-REGEXP-ALL | |
^## | |
h2. | |
<<<REPLACE-REGEXP-ALL | |
^# | |
h1. | |
<<<REPLACE-REGEXP-ALL | |
^ - | |
-- | |
<<<REPLACE-REGEXP-ALL | |
^\d\. | |
# | |
<<<REPLACE-REGEXP-ALL | |
`([^`]+)` | |
{{$1}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment