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
Example code:
{color:red}red{color} {color:#00875A}green{color}
Currently the first one is detected correctly, the second one is not. Transformation to HTML yields:
<p><span color="red">red</span></p> <p>{color:#00875A}green{color}</p>
Unfortunately, when transforming this bit of HTML back to Jira, the first textcolor is also lost (and there is an additional empty line):
red \{color:#00875A}green{color\}
Thanks for your work, Estigy
The text was updated successfully, but these errors were encountered:
d867cac
No branches or pull requests
Example code:
Currently the first one is detected correctly, the second one is not. Transformation to HTML yields:
Unfortunately, when transforming this bit of HTML back to Jira, the first textcolor is also lost (and there is an additional empty line):
Thanks for your work, Estigy
The text was updated successfully, but these errors were encountered: