Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

put code into page without code macro

Paweł Koralewski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 17, 2015

I'm using Confluence 5.7.

While writing a page I pasted some JSON code (without any macro). And I liked how it looks - there was no space between paragraphs.

Next I've done same to next piece of JSON code and then there were spaces between paragraphs.

So I looked with Firebug into HTML and found that in first case the HTML is:

<p>
    <code>{</code><br>
    <code>    "CMD": [{</code>
...

and in the second case

<p>{</p>
<p>    "CMD": [{</p>
...

How can I make Confluence to create first case HTML? I'd like to add some URLs to comments in code so I can not use code macro.

2 answers

0 votes
Paweł Koralewski
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 20, 2015

@Steven Behnke

Any JSON code is valid here. Example:

{
    "CMD": [{

            "OC": 13104,

            "DA": 3

        },

}

 

 

0 votes
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 18, 2015

Please provide the source of the json you are pasting and not the final output. Impossible to reproduce.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events