-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't convert a link in a table in markup language. #22
Comments
Hi @lyenliang, thanks for the issue and reproducible example. I tested it on my local machine. The issue isn't related to an OS. The In the meantime, you can still use |
Thank you for your information. I just downgraded my |
It looks like a bug in the |
The bug was fixed by |
Hi, I found that I can't convert a link in a table using
jira2markdown.convert()
.Here's my code:
As you can see from the result above, the link
[mylink|https://www.google.com]
disappears after the conversion.I use python
3.8.17
in macOS Monterey 12.6 to run the above code.And I use the latest version(
0.3.4
) of jira2markdown.This error doesn't occur when I run it in macOS Ventura 13.4.1.
How can I run
jira2markdown
correctly in macOS Monterey 12.6?What are the dependent libraries of
jira2markdown
?The text was updated successfully, but these errors were encountered: