<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">

<properties>
	<comment>
	Markout properties
	==================
	http://markout.exegetic.net

	Okay, so, any MarkoutProcessor.* and pattern.* properties apply to the 
	Mark*OUT*Processor. Any MarkdownProcessor.* properties apply to the 
	Mark*DOWN*Processor, and only when you are calling it *directly*. And
	remember, empty values are zero-length strings, not nulls -- if you 
	want the system default for a given property, comment it out.
	</comment>


	<!--	Mark*OUT* properties
		==================
		-->
	<entry key="MarkoutProcessor.wrapInCDATA">false</entry>
	<entry key="MarkoutProcessor.wrapInDocument">false</entry>
	<!--
	<entry key="MarkoutProcessor.wrapInParentElement">markout</entry>
	-->


	<!--	Mark*DOWN* properties 
		===================
		-->
	<entry key="MarkdownProcessor.wrapInCDATA">false</entry>
	<entry key="MarkdownProcessor.wrapInDocument">false</entry>
	<!--
	<entry key="MarkdownProcessor.wrapInParentElement">markout</entry>
	-->


	<!--	Free link patterns 
		==================
		-->
	<entry key="pattern.DocPattern">true</entry>
	<!--
	<entry key="pattern.DocPattern.replacementPattern"></entry>
	-->
	<entry key="pattern.CategoryPattern">true</entry>
	<!--
	<entry key="pattern.CategoryPattern.replacementPattern">/category/[[RESOURCE_NAME]]/</entry>
	-->
	<entry key="pattern.ImagePattern">true</entry>
	<!--
	<entry key="pattern.ImagePattern.replacementPattern">/images/[[RESOURCE_NAME]]</entry>
	-->
	<entry key="pattern.WikiWordPattern">false</entry>
	<!--
	<entry key="pattern.WikiWordPattern.replacementPattern"></entry>
	-->

</properties>
