Copy macro
==========

[[Parent]]: available_macros.txt

The Copy macro copies the input as it is. Its purpose is to 
prohibit macro expansion.

Properties
----------

### Output type

Remark

### Output expansion default

Enabled.

### Parameters

The text to copy.

### Variables

None.

Examples
--------

This

	[[--Copy]]: [[Parent]]
		
produces this:

[[--Copy]]: [[Parent]]
