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

get_pandoc_formats Missing jira format #193

Open
yosefabush opened this issue Jun 1, 2020 · 1 comment
Open

get_pandoc_formats Missing jira format #193

yosefabush opened this issue Jun 1, 2020 · 1 comment

Comments

@yosefabush
Copy link

I'm trying to convert Html to Jira (description field wiki render style)
When i run get_pandoc_formats()[1]
Jira is missing, there is any solution for this?

@jwidner
Copy link
Contributor

jwidner commented Jun 23, 2020

It seems to work for me. I would make sure that you're using an up to date version of PyPandoc, or make sure that Jira is lowercase, i.e. jira.

I ran the following code on my machine to verify that it's working:

>>> import pypandoc
>>> pypandoc.__version__
'1.5'
>>> 'jira' in pypandoc.get_pandoc_formats()[1]
True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants