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: Text colors #6235

Closed
Estigy opened this issue Mar 30, 2020 · 0 comments
Closed

Jira: Text colors #6235

Estigy opened this issue Mar 30, 2020 · 0 comments

Comments

@Estigy
Copy link

Estigy commented Mar 30, 2020

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

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

2 participants