The Noformat macro displays a block of text in monospace font with no other formatting.

Using the Noformat Macro

To add the Noformat macro to a page:

Enter the content that is to be unformatted into the body of the macro placeholder.

Parameters

Parameter

Default

Description

No Panel
(nopanel

False

Removes the panel around the content.

Code examples

The following examples are provided for advanced users who want to inspect or edit the underlying markup for a Confluence page. 

Macro name: noformat

Macro body: Accepts plain text.

Storage format example

<ac:structured-macro ac:name="noformat">
  <ac:parameter ac:name="nopanel">true</ac:parameter>
  <ac:plain-text-body><![CDATA[http://www.example.com]]></ac:plain-text-body>
</ac:structured-macro>

Wiki markup example

{noformat:nopanel=true}http://www.example.com{noformat}