Skip to content
New issue

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: quote mistakenly taken as bold #6343

Closed
git4-me opened this issue May 5, 2020 · 1 comment
Closed

Jira: quote mistakenly taken as bold #6343

git4-me opened this issue May 5, 2020 · 1 comment

Comments

@git4-me
Copy link

git4-me commented May 5, 2020

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:
image

Correct is the first one which doesn't get any special treatment by Jira.

@tarleb
Copy link
Collaborator

tarleb commented Jun 14, 2020

Looks like Jira doesn't allow markup to span across two lines.

@tarleb tarleb added the bug label Jun 14, 2020
tarleb added a commit to tarleb/jira-wiki-markup that referenced this issue Jun 14, 2020
@tarleb tarleb closed this as completed in 16889a0 Jun 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants