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

fix special characters escaping #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zenovich
Copy link

No description provided.

@k1w1
Copy link
Member

k1w1 commented Oct 15, 2014

Thanks for the pull request. I originally disabled the escape_special_characters method because it escapes all special characters, even if they would not be interpreted as special by JIRA markup. This caused frustration for JIRA users because they didn't like the additional backslashes that showed up in the markup. To reenable this escaping we need a more sophisticated algorithm that only escapes when necessary, i.e. when the character would otherwise be confused for markup.

@zenovich
Copy link
Author

Have you tried the patch? We successfully migrated all tasks from dobambam.com to Jira converting all texts from HTML to Confluence through patched html2confluence and it escaped characters only when necessary.

k1w1 pushed a commit that referenced this pull request Sep 3, 2015
Merge pull request #3 from JeremyGeros/master
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

Successfully merging this pull request may close these issues.

2 participants