From b73518adc834546d4390bb377e9adf72e260fdd4 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Wed, 26 Sep 2012 21:55:17 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af28aa2..749d448 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ More examples are on [http://softwaremaniacs.org/soft/highlight/en/description/] --- -### Example for an Page DataObject with an additional MarkdownText Field, that automatically caches parsed Markdown into the "Content" Field, so you can later add TinyMCE back. +### Example for a Page + +DataObject with an additional MarkdownText Field, that automatically caches parsed Markdown into the "Content" Field, so you can later add TinyMCE back. ```php class Page extends SiteTree {