스토리지 포맷 보기(https://confluence.atlassian.com/display/DOC/Confluence+Storage+Format)

 

 

 <ac:plain-text-body>
    <p>code block</p>qq
  </ac:plain-text-body>
TEXT
 <ac:rich-text-body>
		<p>A formatted panel</p>
	</ac:rich-text-body>

p {text-indent: 40px}

 

	aasdasd

qweqweq

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.example</groupId>
  <artifactId>lib-hello</artifactId>
  <version>1.0</version>
  <packaging>jar</packaging>
  <name>lib-hello</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <repositories>
    <repository>
      <id>public</id>
      <name>maven central mirror Repository</name>
      <layout>default</layout>
      <url>https://nexus.example.com/content/groups/public/</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
 <repository> 
XML