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
When converting mixed lists (ordered inside unordered, or the other way around) to Jira format, the list item prefix is incorrect.
For example, an unordered list inside an ordered list should be rendered like this:
# Level one is ordered #* Level two is unordered
However, the Jira extension (v0.62.2) renders it like this:
# Level one is ordered *# Level two is unordered
I can submit a test case and a fix, via a PR.
The text was updated successfully, but these errors were encountered:
Fix issue with Jira conversion of mixed lists, including test case.
a8bb449
Fixes: vsch#452
Fix issue with Jira conversion of mixed lists, including test case. (#…
f772102
…453) Fixes: #452
Successfully merging a pull request may close this issue.
When converting mixed lists (ordered inside unordered, or the other way around) to Jira format, the list item prefix is incorrect.
For example, an unordered list inside an ordered list should be rendered like this:
However, the Jira extension (v0.62.2) renders it like this:
I can submit a test case and a fix, via a PR.
The text was updated successfully, but these errors were encountered: