I recently switched to Conflunce Cloud and now when I update page through API all whitespaces that exist in storage representation I am sending to Confluence are preserved in the page.
Here's an example. I send this page content through API:
<p>
word1
word2
word3
</p>
<p>word3<ac:structured-macro ac:name="anchor" ac:schema-version="1"><ac:parameter ac:name="">myanchor</ac:parameter></ac:structured-macro>word4</p>
I expect content inside <p> block to be treated as HTML, so all whitespace formatting should be collapsed. This is the content I expect to see on the page:
word1 word2 word3
word3word4
But all whitespaces are preserved and this is what I get:
It added spaces before word1, word2, word3 and newlines after them. It also added a space on the place of invisible anchor macro.
This is very tedious to clean up while preparing the page content to send. Is it possible to turn off such strange whitespace behavior? I never had such problem when working with Confluence Server.
Don't know will it help in your case or not, but you can try add invisible characters (press alt+255)
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.