Index macro
===========

[[Parent]]: available_macros.txt

The Index macro generates a directory-listing from the files and 
directories in the same directory as the currently processed document. 
Each directory and file is given as a link. Directories are listed before
files. Both directories and files are listed in alphabetical order. 

Properties
----------

### Output expansion default

Disabled.

### Parameters

Ignored.

### Variables

Index.class_name
: 	The name of the html-class to give to the `<div>` tag. The html-class 
	allows to style the generated list using CSS.
	Default `Index`.

Example
-------

[[Example]]:
	[[Index]]
	
