Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Fails to convert JIRA list syntax to markdown #1

Open
jpluimers opened this issue May 28, 2014 · 3 comments
Open

Fails to convert JIRA list syntax to markdown #1

jpluimers opened this issue May 28, 2014 · 3 comments

Comments

@jpluimers
Copy link

While converting a bunch of JIRA content to MarkDown, I run into the lack of support for JIRA list syntax, for instance this is currently converted as is from JIRA to markdown:

* a
* bulleted
*# with
*# nested
*# numbered
* list

But should become something like:

- a
- bulleted
    0. with
    0. nested
    0. numbered
- list

I'm not a good JavaScript or RegEx programmer, so I wasn't able to modify your (very concise!) core code in script.js.

BTW: for (at least my) reference a few links, just in case I bump into other issues as well.

@FokkeZB
Copy link
Owner

FokkeZB commented May 28, 2014

Thx. As you can see it only supports very basic syntax at the moment and I really don't have time to improve on it. So if you have a PR I'm open for it, but as of from my side I'll have to leave this issue open.

@ccmcbeck
Copy link

I also noticed that nested lists don't format properly. If I wind up using this awesome tool more often, I'll consider a PR. Thanks for doing this project!

@FokkeZB
Copy link
Owner

FokkeZB commented Jun 16, 2016

Maybe #12 would be a better approach

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants