The Noformat macro displays a block of text in monospace font with no other formatting.
To add the Noformat macro to a page:
Enter the content that is to be unformatted into the body of the macro placeholder.
Parameter | Default | Description |
|---|---|---|
No Panel | False | Removes the panel around the content. |
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.
<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> |
{noformat:nopanel=true}http://www.example.com{noformat} |