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
The following in Jira isn't rendered in any special way, i.e. raw text and visual will be the same:
func('${bar}', module_env.Glob('*.py')) next_func('${foo}/*.py')
What I'm getting as HTML from pandoc is falsely putting a ... into the text:
<p>func('${bar}', module_env.Glob('<strong>.py'))<br /> next_func('${foo}/</strong>.py')</p>
Here is the rendered html:
Correct is the first one which doesn't get any special treatment by Jira.
The text was updated successfully, but these errors were encountered:
Looks like Jira doesn't allow markup to span across two lines.
Sorry, something went wrong.
Disallow line breaks in emphasized text
b0d197d
See: jgm/pandoc#6343
16889a0
No branches or pull requests
The following in Jira isn't rendered in any special way, i.e. raw text and visual will be the same:
What I'm getting as HTML from pandoc is falsely putting a ... into the text:
Here is the rendered html:
Correct is the first one which doesn't get any special treatment by Jira.
The text was updated successfully, but these errors were encountered: