From 09d62fa327ea11d8b34675f89057eba673affad1 Mon Sep 17 00:00:00 2001 From: rick Date: Thu, 2 Dec 2010 14:57:38 -0800 Subject: [PATCH] history lesson --- HISTORY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index e2620f58..6938de58 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -5,6 +5,8 @@ how `Sanitize.clean` modifies formatted wiki content. * Add `--config` option for the command line, to specify a ruby file that is run during startup. + * Provide access to a parsed Nokogiri::DocumentFragment during markup + rendering for added customization. * Bug Fixes * Use `@wiki.page_class` in Gollum::Markup where appropriate (#63).