Summary
    Sets the key to use in the heading documents to store the level.
    
		- Assembly
 - Wyam
.Html .dll  - Namespace
 - Wyam
.Html  - Containing Type
 - Headings
 
Syntax
public Headings WithLevelKey(string levelKey)
	Parameters
| Name | Type | Description | 
|---|---|---|
| levelKey | string | The key to use for the level. | 
Return Value
| Type | Description | 
|---|---|
| Headings | The current module instance. | 
