DirectoryLink macro
===================

[[Parent]]: available_macros.txt

The DirectoryLink macro generates links to the directories 
containing the given documents.

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
	
	[[DirectoryLink]]: 
		available_macros.txt
		remark_syntax.txt
		../../remark_syntax.txt
		directory.remark-index
	
produces this:

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

See also
--------

[[Link]]: file_searching_algorithm.txt
