From 8cc3c330d093c681bdfaa099a4740dcbbb2f1018 Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Fri, 17 Jul 2015 17:53:22 +0200
Subject: [PATCH 2/2] Improve options documentation

Document the use_metadata option default. Add missing underscores to
the empty_element_suffix option. And correct format metadata option.
---
 lib/Text/MultiMarkdown.pm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/lib/Text/MultiMarkdown.pm b/lib/Text/MultiMarkdown.pm
index b4e5d79..0bae432 100644
--- a/lib/Text/MultiMarkdown.pm
+++ b/lib/Text/MultiMarkdown.pm
@@ -92,13 +92,13 @@ The options for the processor are:
 
 =item use_metadata
 
-Controls the metadata options below.
+Controls the metadata options below. Defaults to true.
 
 =item strip_metadata
 
 If true, any metadata in the input document is removed from the output document (note - does not take effect in complete document format).
 
-=item empty element suffix
+=item empty_element_suffix
 
 This option can be used to generate normal HTML output. By default, it is ' />', which is xHTML, change to '>' for normal HTML.
 
@@ -170,9 +170,10 @@ A list of 'known' metadata keys, and their effects are listed below:
 
 =over
 
-=item document format
+=item format
 
-If set to 'complete', MultiMarkdown will render an entire xHTML page, otherwise it will render a document fragment
+Maps to the option document_format. If set to 'complete', MultiMarkdown will
+render an entire xHTML page, otherwise it will render a document fragment.
 
 =over
 
-- 
2.4.3.573.g4eafbef

