When using a selector like
th>tr {
font-size:bold;
}
in a CSS Stylesheet macro, it is rendered to
<style>
tr>th {
font-size:bold;
}
</style>
which apparently makes no sense at all.
Is there any workaround using the greater than symbol except using the HTML macro instead of the CSS Stylesheet macro?
Don't know what a "CSS Stylesheet macro" is, but if it fails to preserve css markup, then it's pointless?
If you use a regular HTML macro, it'll work just fine, and would be the intended way. I do not see any need for any "CSS Stylesheet" macro if all it does is wrapping your input in style tag and failing to preserving control characters.
<style>
th>tr {
font-size:bold;
}
</style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just realized that the CSS Stylesheet macro is a customer specific macro...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.