We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira supports two different syntax styles for mixed nested lists but jira2markdown only identifies/converts with one version:
First version (works in jira2markdown), each nested bullet begins with same bullet character(s) (#'s or *'s) as its parent bullet:
jira2markdown
#
*
# a # numbered #* with #* nested #* bullet # list
* a * bulleted *# with *# nested *# numbered * list
Second version (does not work in jira2markdown), each nested bullet uses only the bullet character (#'s or *'s) of it's type:
# a # numbered ** with ** nested ** bullet # list
* a * bulleted ## with ## nested ## numbered * list
I can provide additional info and/or submit a PR later on.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Jira supports two different syntax styles for mixed nested lists but jira2markdown only identifies/converts with one version:
First version (works in
jira2markdown
), each nested bullet begins with same bullet character(s) (#
's or*
's) as its parent bullet:Second version (does not work in
jira2markdown
), each nested bullet uses only the bullet character (#
's or*
's) of it's type:I can provide additional info and/or submit a PR later on.
The text was updated successfully, but these errors were encountered: