You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
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.
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.
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!
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:But should become something like:
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.
The text was updated successfully, but these errors were encountered: