FileLink macro
==============

[[Parent]]: available_macros.txt

The FileLink macro generates document-links labeled with document 
filenames.

Properties
----------

### Output type

Remark

### Output expansion default

Disabled.

### Parameters

A list of files for which the links are to be generated.

### Variables

None.

Example
-------

This
	
	[[FileLink]]: 
		available_macros.txt
		remark_syntax.txt
		../../remark_syntax.txt
		directory.remark-index
	
produces this:

[[FileLink]]: 
	available_macros.txt
	remark_syntax.txt
	../../remark_syntax.txt
	directory.remark-index

See also
--------

[[Link]]: file_searching_algorithm.txt
