Comment macro
=============

[[Parent]]: available_macros.txt

The Comment macro produces nothing. Its purpose is to allow 
commenting the Remark source.

Properties
----------

### Output type

Remark

### Output expansion default

Disabled.

### Parameters

Ignored.

### Variables

None.

Example
-------

This

	[[Comment]]:
		Place some explanation here.
		Do use more than one line if you want.
		
		Still a comment.
		
produces:

[[Comment]]:
	Place some explanation here.
	Do use more than one line if you want.
	
	Still a comment.

i.e. nothing.  
